diff options
Diffstat (limited to 'libpthread/nptl/pthreadP.h')
-rw-r--r-- | libpthread/nptl/pthreadP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthreadP.h b/libpthread/nptl/pthreadP.h index 667802fad..a10444b78 100644 --- a/libpthread/nptl/pthreadP.h +++ b/libpthread/nptl/pthreadP.h @@ -28,6 +28,7 @@ #include <tls.h> #include <lowlevellock.h> #ifdef __UCLIBC__ +#include <libc-symbols.h> #include <bits/stackinfo.h> #else #include <stackinfo.h> |