diff options
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/sokoban.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c index 6947180ec9..b2c32eb7c3 100644 --- a/apps/recorder/sokoban.c +++ b/apps/recorder/sokoban.c @@ -17,8 +17,10 @@ * ****************************************************************************/ -#include <sprintf.h> #include "config.h" +#ifdef HAVE_LCD_BITMAP + +#include <sprintf.h> #include "sokoban.h" #include "lcd.h" #include "button.h" @@ -1375,3 +1377,5 @@ Menu sokoban(void) return MENU_OK; } + +#endif |