summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/display_menu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c
index 9f6b2be624..18506e7304 100644
--- a/apps/menus/display_menu.c
+++ b/apps/menus/display_menu.c
@@ -29,7 +29,6 @@
29#include "tree.h" 29#include "tree.h"
30#include "list.h" 30#include "list.h"
31#ifdef HAVE_LCD_BITMAP 31#ifdef HAVE_LCD_BITMAP
32#include "backdrop.h"
33#include "peakmeter.h" 32#include "peakmeter.h"
34#endif 33#endif
35#include "talk.h" 34#include "talk.h"
@@ -37,6 +36,10 @@
37#include "lcd.h" 36#include "lcd.h"
38#include "lcd-remote.h" 37#include "lcd-remote.h"
39 38
39#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
40#include "backdrop.h"
41#endif
42
40 43
41#ifdef HAVE_BACKLIGHT 44#ifdef HAVE_BACKLIGHT
42int filterfirstkeypress_callback(int action,const struct menu_item_ex *this_item) 45int filterfirstkeypress_callback(int action,const struct menu_item_ex *this_item)