diff options
Diffstat (limited to 'src/thread/pthread_create.c')
-rw-r--r-- | src/thread/pthread_create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index 23dfe0ad..3293dcd5 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -2,6 +2,7 @@ #include "pthread_impl.h" #include "stdio_impl.h" #include "libc.h" +#include "lock.h" #include <sys/mman.h> #include <string.h> #include <stddef.h> |