aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/pthread.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-25 21:31:07 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-25 21:31:07 -0700
commit57c012482aed42154a0cad98c7b3a65363f4d276 (patch)
tree325dcde7e9fdfbae2bb21fb5165c392a118f03ef /system/include/libc/pthread.h
parent989ef1a194dfab120b73d434ff7738a9038bcdc6 (diff)
header fixes and additions
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r--system/include/libc/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/pthread.h b/system/include/libc/pthread.h
index 2e95121b..8f845937 100644
--- a/system/include/libc/pthread.h
+++ b/system/include/libc/pthread.h
@@ -27,7 +27,7 @@ extern "C" {
#include <unistd.h>
-#if defined(_POSIX_THREADS)
+#if defined(_POSIX_THREADS) || defined(EMSCRIPTEN)
#include <sys/types.h>
#include <time.h>