diff options
Diffstat (limited to 'linuxthreads/semaphore.h')
-rw-r--r-- | linuxthreads/semaphore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/semaphore.h b/linuxthreads/semaphore.h index 8407007d0b..3c9696d12a 100644 --- a/linuxthreads/semaphore.h +++ b/linuxthreads/semaphore.h @@ -21,6 +21,7 @@ # define __need_timespec # include <time.h> #endif +#include <bits/pthreadtypes.h> #ifndef _PTHREAD_DESCR_DEFINED /* Thread descriptors. Needed for `sem_t' definition. */ |