From 75bf31fc0eb64e8d65553e49ee20b1de03815bbb Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 15 Feb 2007 04:49:11 +0000 Subject: [PATCH] fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12312 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/main_menu.c | 2 ++ 1 file changed, 2 insertions(+) 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 */