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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index d7ac2aa6df..ef5f60109b 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -17,6 +17,8 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#ifdef HAVE_LCD_BITMAP
21
20#include <sprintf.h> 22#include <sprintf.h>
21#include <stdlib.h> 23#include <stdlib.h>
22#include <string.h> 24#include <string.h>
@@ -736,3 +738,6 @@ Menu wormlet(void)
736 738
737 return MENU_OK; 739 return MENU_OK;
738} 740}
741
742
743#endif