diff options
Diffstat (limited to 'include/pthread.h')
-rw-r--r-- | include/pthread.h | 3 |
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 |