summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index cb0dbe718a..a878dedb13 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -51,7 +51,7 @@
51#include "splash.h" 51#include "splash.h"
52#include "yesno.h" 52#include "yesno.h"
53 53
54#if LCD_DEPTH > 1 54#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
55#include "backdrop.h" 55#include "backdrop.h"
56#endif 56#endif
57 57