summaryrefslogtreecommitdiff
path: root/apps/recorder/tetris.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/tetris.c')
-rw-r--r--apps/recorder/tetris.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c
index 24090eb67e..e45e83f64b 100644
--- a/apps/recorder/tetris.c
+++ b/apps/recorder/tetris.c
@@ -19,6 +19,8 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "config.h"
23
22#ifdef HAVE_LCD_BITMAP 24#ifdef HAVE_LCD_BITMAP
23#include <stdbool.h> 25#include <stdbool.h>
24#include "lcd.h" 26#include "lcd.h"