summaryrefslogtreecommitdiff
path: root/apps/games_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/games_menu.c')
-rw-r--r--apps/games_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/games_menu.c b/apps/games_menu.c
index caee2b464c..34405825cd 100644
--- a/apps/games_menu.c
+++ b/apps/games_menu.c
@@ -16,9 +16,9 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifdef HAVE_LCD_BITMAP
20 19
21#include "config.h" 20#include "config.h"
21#ifdef HAVE_LCD_BITMAP
22#include <stdio.h> 22#include <stdio.h>
23#include <stdbool.h> 23#include <stdbool.h>
24#include "lcd.h" 24#include "lcd.h"