summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/games_menu.c2
-rw-r--r--apps/screensavers_menu.c3
2 files changed, 3 insertions, 2 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"
diff --git a/apps/screensavers_menu.c b/apps/screensavers_menu.c
index e7dc031e12..41e5e39fee 100644
--- a/apps/screensavers_menu.c
+++ b/apps/screensavers_menu.c
@@ -16,9 +16,10 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "config.h"
20
19#ifdef HAVE_LCD_BITMAP 21#ifdef HAVE_LCD_BITMAP
20 22
21#include "config.h"
22#include <stdio.h> 23#include <stdio.h>
23#include <stdbool.h> 24#include <stdbool.h>
24#include "lcd.h" 25#include "lcd.h"