diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
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) |