include time.h for the sim (the win version in fact)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3174 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8f5759d96
commit
b12797fb46
1 changed files with 3 additions and 0 deletions
|
@ -44,4 +44,7 @@ void status_set_param(bool b);
|
|||
void status_set_usb(bool b);
|
||||
#endif
|
||||
|
||||
#ifdef SIMULATOR
|
||||
#include <time.h>
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue