aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/time.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-13 15:00:41 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-13 15:00:41 -0700
commit3080e660509bf9bc9c0f3083000c29c44b34555d (patch)
tree65d2d5d6b60646df4ef1884c461661b499eb00a4 /system/include/libc/time.h
parentfe00c08a453ecd805835525f13c0180bda8eeec3 (diff)
header fixes for speak.js
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>