summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--sysdeps/generic/bits/pthreadtypes.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73f90da..4bc0101 100644
--- a/Makefile
+++ b/Makefile
@@ -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 */