diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 19:35:46 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 19:35:46 +0000 |
commit | b612263b1e75859aa773c63a9a5bfe7978f35e77 (patch) | |
tree | 355cb606c2559053d5852830bd4a77b8e4141ec8 /apps/misc.c | |
parent | 351c8b257381cefc14b86b4d5de9eb93390f4de4 (diff) |
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/misc.c')
-rw-r--r-- | apps/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index 30c747113c..3c55395a42 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -33,7 +33,9 @@ #ifndef __PCTOOL__ #include "lang.h" #include "dir.h" +#ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" +#endif #include "timefuncs.h" #include "screens.h" #include "usb_screen.h" |