diff options
Diffstat (limited to 'src/thread/sem_open.c')
-rw-r--r-- | src/thread/sem_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/sem_open.c b/src/thread/sem_open.c index 1bd8020a..de8555c5 100644 --- a/src/thread/sem_open.c +++ b/src/thread/sem_open.c @@ -11,7 +11,7 @@ #include <sys/stat.h> #include <stdlib.h> #include <pthread.h> -#include "libc.h" +#include "lock.h" static struct { ino_t ino; |