fix red builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12379 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8ff3a653bd
commit
844583ce54
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
||||||
#include "screens.h"
|
#include "screens.h"
|
||||||
#include "playlist_menu.h"
|
#include "playlist_menu.h"
|
||||||
#include "talk.h"
|
#include "talk.h"
|
||||||
#ifdef CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
#include "radio.h"
|
#include "radio.h"
|
||||||
#endif
|
#endif
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
#include "backdrop.h"
|
#include "backdrop.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
#include "radio.h"
|
#include "radio.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -123,7 +123,7 @@ const struct filetype filetypes[] = {
|
||||||
#if LCD_DEPTH > 1
|
#if LCD_DEPTH > 1
|
||||||
{ "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
|
{ "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
{ "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
|
{ "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
|
||||||
#endif
|
#endif
|
||||||
{ "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },
|
{ "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },
|
||||||
|
|
Loading…
Reference in a new issue