summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-27 15:36:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-27 15:36:48 +0000
commitb12797fb46935c840e5e8fec6177c7870586e8fe (patch)
treeba16bb2fb86d6dae34166bb91ca2530e17b0d1ac
parentb8f5759d96ced9602ae4b510207a38b40a68fca5 (diff)
downloadrockbox-b12797fb46935c840e5e8fec6177c7870586e8fe.tar.gz
rockbox-b12797fb46935c840e5e8fec6177c7870586e8fe.zip
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
-rw-r--r--apps/status.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/status.h b/apps/status.h
index 8d0a492bf2..34603656b6 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -44,4 +44,7 @@ void status_set_param(bool b);
44void status_set_usb(bool b); 44void status_set_usb(bool b);
45#endif 45#endif
46 46
47#ifdef SIMULATOR
48#include <time.h>
49#endif
47#endif 50#endif