diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-15 04:49:11 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-15 04:49:11 +0000 |
| commit | 75bf31fc0eb64e8d65553e49ee20b1de03815bbb (patch) | |
| tree | 20ca498dfa887493e2d2cba1d6c92e83fb93d9b7 | |
| parent | e56f8e9f6322a74a013add1709cfea787d97967c (diff) | |
| download | rockbox-75bf31fc0eb64e8d65553e49ee20b1de03815bbb.zip rockbox-75bf31fc0eb64e8d65553e49ee20b1de03815bbb.tar.gz rockbox-75bf31fc0eb64e8d65553e49ee20b1de03815bbb.tar.bz2 rockbox-75bf31fc0eb64e8d65553e49ee20b1de03815bbb.tar.xz | |
fix builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12312 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/menus/main_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 7dba697..075bd2a 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -44,6 +44,8 @@ #include "plugin.h" #include "talk.h" #include "buffer.h" +#include "splash.h" +#include "debug_menu.h" /* lazy coders can use this function if the needed callback is just to say if the item is shown or not */ |