From 3749d1ad298abea9235820dce64c45d1276de8e8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 2 Feb 2006 21:39:09 +0000 Subject: Oops - fix the builds broken by the backdrop image patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8537 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/gui/gwps-common.c') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 09c271b904..2f9a7b3cbf 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -37,7 +37,6 @@ #include "backlight.h" #include "lang.h" #include "misc.h" -#include "backdrop.h" #include "splash.h" #include "scrollbar.h" #include "led.h" @@ -48,6 +47,9 @@ #include "bmp.h" #include "atoi.h" #endif +#ifdef HAVE_LCD_COLOR +#include "backdrop.h" +#endif #ifdef HAVE_LCD_CHARCELLS static bool draw_player_progress(struct gui_wps *gwps); -- cgit v1.2.3