summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:35:46 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:35:46 +0000
commitb612263b1e75859aa773c63a9a5bfe7978f35e77 (patch)
tree355cb606c2559053d5852830bd4a77b8e4141ec8 /apps/debug_menu.c
parent351c8b257381cefc14b86b4d5de9eb93390f4de4 (diff)
downloadrockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.zip
rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.tar.gz
rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.tar.bz2
rockbox-b612263b1e75859aa773c63a9a5bfe7978f35e77.tar.xz
apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined
Fix a comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31608 a1c6a512-1295-4272-9138-f99709370657
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 8e1abdd..2a74240 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -52,7 +52,9 @@
#ifdef HAVE_TAGCACHE
#include "tagcache.h"
#endif
+#ifdef HAVE_REMOTE_LCD
#include "lcd-remote.h"
+#endif
#include "crc32.h"
#include "logf.h"
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)