summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index 2b5d1bb321..6d8078aab9 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -30,9 +30,10 @@
30 30
31#ifdef HAVE_LCD_BITMAP 31#ifdef HAVE_LCD_BITMAP
32#include "bmp.h" 32#include "bmp.h"
33#if LCD_DEPTH > 1
34#include "backdrop.h"
35#endif 33#endif
34
35#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
36#include "backdrop.h"
36#endif 37#endif
37 38
38#define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps" 39#define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps"