summaryrefslogtreecommitdiff
path: root/apps/recorder/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/wormlet.c')
-rw-r--r--apps/recorder/wormlet.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index ef5f60109b..964a398d8e 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -17,7 +17,10 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "config.h"
21
20#ifdef HAVE_LCD_BITMAP 22#ifdef HAVE_LCD_BITMAP
23#ifdef USE_GAMES
21 24
22#include <sprintf.h> 25#include <sprintf.h>
23#include <stdlib.h> 26#include <stdlib.h>
@@ -741,3 +744,4 @@ Menu wormlet(void)
741 744
742 745
743#endif 746#endif
747#endif