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:
Daniel Stenberg 2003-01-27 15:36:48 +00:00
parent b8f5759d96
commit b12797fb46

View file

@ -44,4 +44,7 @@ void status_set_param(bool b);
void status_set_usb(bool b);
#endif
#ifdef SIMULATOR
#include <time.h>
#endif
#endif