summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pthread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 2b7b79834..846b9cc93 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -24,6 +24,9 @@
#include <signal.h>
#include <bits/pthreadtypes.h>
#include <bits/initspin.h>
+#ifdef _LIBC
+#include <bits/uClibc_pthread.h>
+#endif
__BEGIN_DECLS