diff options
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 63bb6dfa..0c5dc488 100644 --- a/system/include/libc/pthread.h +++ b/system/include/libc/pthread.h @@ -31,7 +31,7 @@ extern "C" { #include <sys/types.h> #include <time.h> -#include <sys/sched.h> +#include <sched.h> /* XXX Emscripten: removed sys/ */ /* Register Fork Handlers */ int _EXFUN(pthread_atfork,(void (*prepare)(void), void (*parent)(void), |