summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 00d7aaa507..e31ac12110 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -52,8 +52,10 @@
52#include "onplay.h" 52#include "onplay.h"
53#include "abrepeat.h" 53#include "abrepeat.h"
54#include "playback.h" 54#include "playback.h"
55#include "backdrop.h"
56#include "splash.h" 55#include "splash.h"
56#ifdef HAVE_LCD_COLOR
57#include "backdrop.h"
58#endif
57 59
58#define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps" 60#define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps"
59#define RWPS_DEFAULTCFG WPS_DIR "/rockbox_default.rwps" 61#define RWPS_DEFAULTCFG WPS_DIR "/rockbox_default.rwps"