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.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 97f3b4dbbc..d8b2751847 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -55,12 +55,13 @@
55#include "playback.h" 55#include "playback.h"
56#include "splash.h" 56#include "splash.h"
57#include "cuesheet.h" 57#include "cuesheet.h"
58#if LCD_DEPTH > 1
59#include "backdrop.h"
60#endif
61#include "ata_idle_notify.h" 58#include "ata_idle_notify.h"
62#include "root_menu.h" 59#include "root_menu.h"
63 60
61#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
62#include "backdrop.h"
63#endif
64
64/* currently only on wps_state is needed */ 65/* currently only on wps_state is needed */
65struct wps_state wps_state; 66struct wps_state wps_state;
66struct gui_wps gui_wps[NB_SCREENS]; 67struct gui_wps gui_wps[NB_SCREENS];