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