diff options
Diffstat (limited to 'sysdeps/pthread/sem_routines.c')
-rw-r--r-- | sysdeps/pthread/sem_routines.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/sem_routines.c b/sysdeps/pthread/sem_routines.c index 6208935..fb6a555 100644 --- a/sysdeps/pthread/sem_routines.c +++ b/sysdeps/pthread/sem_routines.c @@ -20,6 +20,7 @@ #include <semaphoreP.h> #include <sys/mman.h> #include <sem_routines.h> +#include <string.h> /* Keeping track of currently used mappings. */ struct inuse_sem |