summaryrefslogtreecommitdiff
path: root/apps/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.h')
-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