summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/root_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c
index faebc96eef..44b7432b63 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -29,6 +29,8 @@
29#include "debug.h" 29#include "debug.h"
30#include "misc.h" 30#include "misc.h"
31#include "rolo.h" 31#include "rolo.h"
32#include "powermgmt.h"
33
32#if LCD_DEPTH > 1 34#if LCD_DEPTH > 1
33#include "backdrop.h" 35#include "backdrop.h"
34#endif 36#endif