diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | sysdeps/generic/bits/pthreadtypes.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -164,6 +164,7 @@ headers := \ \ bits/pthread.h \ bits/pthread-np.h \ + bits/pthreadtypes.h \ bits/mutex.h \ bits/condition.h \ bits/condition-attr.h \ diff --git a/sysdeps/generic/bits/pthreadtypes.h b/sysdeps/generic/bits/pthreadtypes.h index e5cbfd2..70368ff 100644 --- a/sysdeps/generic/bits/pthreadtypes.h +++ b/sysdeps/generic/bits/pthreadtypes.h @@ -24,6 +24,6 @@ #ifndef _BITS_PTHREADTYPES_H #define _BITS_PTHREADTYPES_H 1 -#include <pthread.h> +#include <pthread/pthreadtypes.h> #endif /* bits/pthreadtypes.h */ |