summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-12-01 09:38:03 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-12-01 09:38:03 +0000
commit2d17541895d68e3bc977b9eab29f324db1a0f903 (patch)
treedb7601805ab34f759501358322ce224ddf9f3f49 /apps
parentc7fec13fd87d80bb38e71e84462f0081b0678db0 (diff)
downloadrockbox-2d17541895d68e3bc977b9eab29f324db1a0f903.tar.gz
rockbox-2d17541895d68e3bc977b9eab29f324db1a0f903.zip
fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19283 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/time_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menus/time_menu.c b/apps/menus/time_menu.c
index 02c6ae4ffe..cfba387c9e 100644
--- a/apps/menus/time_menu.c
+++ b/apps/menus/time_menu.c
@@ -42,6 +42,7 @@
42#include "list.h" 42#include "list.h"
43#include "alarm_menu.h" 43#include "alarm_menu.h"
44#include "screens.h" 44#include "screens.h"
45#include "radio.h"
45 46
46static int timedate_set(void) 47static int timedate_set(void)
47{ 48{