summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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 @@
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!"