summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-15 04:49:11 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-15 04:49:11 +0000
commit75bf31fc0eb64e8d65553e49ee20b1de03815bbb (patch)
tree20ca498dfa887493e2d2cba1d6c92e83fb93d9b7 /apps/menus
parente56f8e9f6322a74a013add1709cfea787d97967c (diff)
fix builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12312 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/main_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 7dba697184..075bd2a9c8 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 */