forked from len0rd/rockbox
Fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10216 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
170258028d
commit
e60cb43a98
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue