diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/bookmark.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 850514c..1be7e8e 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -51,6 +51,10 @@ #include "splash.h" #include "yesno.h" +#ifdef HAVE_LCD_COLOR +#include "backdrop.h" +#endif + #define MAX_BOOKMARKS 10 #define MAX_BOOKMARK_SIZE 350 #define RECENT_BOOKMARK_FILE ROCKBOX_DIR "/most-recent.bmark" |