summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-11-06 21:53:03 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-11-06 21:53:38 +0100
commit1015e1f5ca4fb7eec096677985b21b94c2699a22 (patch)
tree6d3cddf41ac7b247d32149a5854982a5aa4ff75e /apps/debug_menu.c
parent0fe7b8becf26816eb303626addc8d34821e361f3 (diff)
downloadrockbox-1015e1f5ca4fb7eec096677985b21b94c2699a22.tar.gz
rockbox-1015e1f5ca4fb7eec096677985b21b94c2699a22.zip
Change-Id: If18080a1525591f803e2cb6dd0f28b4f1e286bdb
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 1cccdfbcf4..a7dc764523 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -76,7 +76,7 @@
76 76
77#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \ 77#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \
78 || defined(SONY_NWZ_LINUX)) \ 78 || defined(SONY_NWZ_LINUX)) \
79 && defined(CONFIG_TUNER) 79 && CONFIG_TUNER != 0
80#include "tuner.h" 80#include "tuner.h"
81#include "radio.h" 81#include "radio.h"
82#endif 82#endif