summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-07 14:19:43 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-07 14:19:43 +0000
commit6ecc0fa582a1e8edb243bc1156a589c609652e7e (patch)
tree6ebfb28591bd81e2fe0159a6a76fd8f5191ce50c /apps
parent9ce7831193a6a0a7f6996516462353ffa8141a16 (diff)
Killed a few warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@914 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/tetris.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c
index 572dab2055..f11a0b2ddf 100644
--- a/apps/recorder/tetris.c
+++ b/apps/recorder/tetris.c
@@ -30,6 +30,8 @@
#ifdef SIMULATOR
#include <stdio.h>
+#else
+#include "sprintf.h"
#endif
#define TETRIS_TITLE "Tetris!"