From 48d28542d3be7dd86c65b74c1bbc9279abd0faa8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Apr 2003 14:28:41 +0000 Subject: include "sprintf.h" after the system headers for the simulator magic redefines to work better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3618 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/sokoban.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include "sokoban.h" #include "lcd.h" #include "button.h" @@ -42,6 +41,8 @@ #endif #include #include "lang.h" +#include "sprintf.h" + #define SOKOBAN_TITLE "Sokoban" #define SOKOBAN_TITLE_FONT 2 #define LEVELS_FILE "/sokoban.levels" -- cgit