summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:54:47 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 19:54:47 +0000
commitd00b7e8a6d460d9781b3e0b4b3708fdec73233a7 (patch)
tree36c10420739d34e021c6d280b6dfdf066ed45987 /firmware/target/hosted
parentd0d00265cda77f5d7ea9db1f05b7072262d65aee (diff)
downloadrockbox-d00b7e8a6d460d9781b3e0b4b3708fdec73233a7.tar.gz
rockbox-d00b7e8a6d460d9781b3e0b4b3708fdec73233a7.zip
Only use lcd-remote.h #ifdef HAVE_REMOTE_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31613 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index d3b30b41ef..4bd4b8de64 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -23,7 +23,9 @@
#include <stdlib.h> /* EXIT_SUCCESS */
#include "sim-ui-defines.h"
#include "lcd-charcells.h"
+#ifdef HAVE_REMOTE_LCD
#include "lcd-remote.h"
+#endif
#include "config.h"
#include "button.h"
#include "kernel.h"