diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/screens.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c index a069bf1..0334329 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -575,6 +575,7 @@ bool set_time_screen(const char* title, struct tm *tm) #endif /* defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) */ #if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(HAVE_SW_POWEROFF) +#include "scroll_engine.h" bool shutdown_screen(void) { int button; |