diff options
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/gwps-common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index a6bb917a5a..234cd62a64 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c | |||
@@ -54,6 +54,9 @@ | |||
54 | #include "action.h" | 54 | #include "action.h" |
55 | #include "cuesheet.h" | 55 | #include "cuesheet.h" |
56 | #include "playlist.h" | 56 | #include "playlist.h" |
57 | #if CONFIG_CODEC == SWCODEC | ||
58 | #include "playback.h" | ||
59 | #endif | ||
57 | 60 | ||
58 | #if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) | 61 | #if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) |
59 | #include "backdrop.h" | 62 | #include "backdrop.h" |