From b12797fb46935c840e5e8fec6177c7870586e8fe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Jan 2003 15:36:48 +0000 Subject: 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 --- apps/status.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/status.h') 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); void status_set_usb(bool b); #endif +#ifdef SIMULATOR +#include +#endif #endif -- cgit v1.2.3