Fix warnings on targets with an RTC.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12530 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2007-03-01 11:46:26 +00:00
parent e36a034158
commit c423e878ee
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
#include "bookmark.h"
#include "tagtree.h"
#include "menus/exported_menus.h"
#ifdef HAVE_RTC_ALARM
#include "rtc.h"
#endif
struct root_items {
int (*function)(void* param);