summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b847a7f112..03683dbce7 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -81,7 +81,7 @@
81 81
82#include "root_menu.h" 82#include "root_menu.h"
83 83
84#if LCD_DEPTH > 1 84#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
85#include "backdrop.h" 85#include "backdrop.h"
86#endif 86#endif
87 87