summaryrefslogtreecommitdiff
path: root/apps/recorder/tetris.c
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/recorder/tetris.c
parent9ce7831193a6a0a7f6996516462353ffa8141a16 (diff)
downloadrockbox-6ecc0fa582a1e8edb243bc1156a589c609652e7e.tar.gz
rockbox-6ecc0fa582a1e8edb243bc1156a589c609652e7e.zip
Killed a few warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@914 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/tetris.c')
-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 @@
30 30
31#ifdef SIMULATOR 31#ifdef SIMULATOR
32#include <stdio.h> 32#include <stdio.h>
33#else
34#include "sprintf.h"
33#endif 35#endif
34 36
35#define TETRIS_TITLE "Tetris!" 37#define TETRIS_TITLE "Tetris!"