summaryrefslogtreecommitdiffstats
path: root/apps/recorder/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/sokoban.c')
-rw-r--r--apps/recorder/sokoban.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c
index 48efa06a99..c39320fd3a 100644
--- a/apps/recorder/sokoban.c
+++ b/apps/recorder/sokoban.c
@@ -24,7 +24,6 @@
#ifdef USE_GAMES
-#include <sprintf.h>
#include "sokoban.h"
#include "lcd.h"
#include "button.h"
@@ -42,6 +41,8 @@
#endif
#include <string.h>
#include "lang.h"
+#include "sprintf.h"
+
#define SOKOBAN_TITLE "Sokoban"
#define SOKOBAN_TITLE_FONT 2
#define LEVELS_FILE "/sokoban.levels"