diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 21:31:07 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 21:31:07 -0700 |
commit | 57c012482aed42154a0cad98c7b3a65363f4d276 (patch) | |
tree | 325dcde7e9fdfbae2bb21fb5165c392a118f03ef /system/include/libc/pthread.h | |
parent | 989ef1a194dfab120b73d434ff7738a9038bcdc6 (diff) |
header fixes and additions
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r-- | system/include/libc/pthread.h | 2 |
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> |