fix red builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12379 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-18 02:16:03 +00:00
parent 8ff3a653bd
commit 844583ce54
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
#include "screens.h"
#include "playlist_menu.h"
#include "talk.h"
#ifdef CONFIG_TUNER
#if CONFIG_TUNER
#include "radio.h"
#endif
#include "misc.h"

View File

@ -66,7 +66,7 @@
#include "backdrop.h"
#endif
#ifdef CONFIG_TUNER
#if CONFIG_TUNER
#include "radio.h"
#endif

View File

@ -123,7 +123,7 @@ const struct filetype filetypes[] = {
#if LCD_DEPTH > 1
{ "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
#endif
#ifdef CONFIG_TUNER
#if CONFIG_TUNER
{ "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
#endif
{ "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },