summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 631f027017..7eb3df5edf 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -99,7 +99,9 @@
99#include "pcf50605.h" 99#include "pcf50605.h"
100#endif 100#endif
101#include "appevents.h" 101#include "appevents.h"
102#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
102#include "debug-target.h" 103#include "debug-target.h"
104#endif
103 105
104#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \ 106#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
105 || (CONFIG_CPU == AS3525 && defined(CONFIG_CHARGING)) \ 107 || (CONFIG_CPU == AS3525 && defined(CONFIG_CHARGING)) \