summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-18 02:16:03 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-18 02:16:03 +0000
commit844583ce54c9080e646514fd02b5cbab0bf60a15 (patch)
treedfcf6d3ba82d2324947c8afc4da2151e2404b502
parent8ff3a653bdf89747100389a2ee933d2e7b5efe08 (diff)
downloadrockbox-844583ce54c9080e646514fd02b5cbab0bf60a15.tar.gz
rockbox-844583ce54c9080e646514fd02b5cbab0bf60a15.zip
fix red builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12379 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/main_menu.c2
-rw-r--r--apps/settings.c2
-rw-r--r--apps/tree.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index de4c9a6263..d9419c3a2b 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -42,7 +42,7 @@
42#include "screens.h" 42#include "screens.h"
43#include "playlist_menu.h" 43#include "playlist_menu.h"
44#include "talk.h" 44#include "talk.h"
45#ifdef CONFIG_TUNER 45#if CONFIG_TUNER
46#include "radio.h" 46#include "radio.h"
47#endif 47#endif
48#include "misc.h" 48#include "misc.h"
diff --git a/apps/settings.c b/apps/settings.c
index 1ef096a1f6..1a1a085ec7 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -66,7 +66,7 @@
66#include "backdrop.h" 66#include "backdrop.h"
67#endif 67#endif
68 68
69#ifdef CONFIG_TUNER 69#if CONFIG_TUNER
70#include "radio.h" 70#include "radio.h"
71#endif 71#endif
72 72
diff --git a/apps/tree.c b/apps/tree.c
index 806d1de616..320e8f7e66 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -123,7 +123,7 @@ const struct filetype filetypes[] = {
123#if LCD_DEPTH > 1 123#if LCD_DEPTH > 1
124 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS }, 124 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
125#endif 125#endif
126#ifdef CONFIG_TUNER 126#if CONFIG_TUNER
127 { "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR }, 127 { "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
128#endif 128#endif
129 { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE }, 129 { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },