aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/time.h')
-rw-r--r--system/include/libc/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/time.h b/system/include/libc/time.h
index 019dd872..3f167556 100644
--- a/system/include/libc/time.h
+++ b/system/include/libc/time.h
@@ -138,7 +138,7 @@ extern __IMPORT char *_tzname[2];
#include <cygwin/time.h>
#endif /*__CYGWIN__*/
-#if defined(_POSIX_TIMERS)
+#if defined(EMSCRIPTEN) || defined(_POSIX_TIMERS)
#include <signal.h>