diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2013-12-15 00:47:21 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2013-12-15 00:47:21 +0100 |
| commit | ed5b853c18ca122cd95826a80c6fb7c952118031 (patch) | |
| tree | 2963aea1416df1fa5dbfec047c776eb8a6e3f9cc /apps | |
| parent | c72b454286864d728de676ebdf92288dd04ace45 (diff) | |
| download | rockbox-ed5b853c18ca122cd95826a80c6fb7c952118031.zip rockbox-ed5b853c18ca122cd95826a80c6fb7c952118031.tar.gz rockbox-ed5b853c18ca122cd95826a80c6fb7c952118031.tar.bz2 rockbox-ed5b853c18ca122cd95826a80c6fb7c952118031.tar.xz | |
Fix more reds.
Change-Id: Ie62386a8f3e9986381f96eb83abb69bfc42b42e1
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; |