diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread')
| -rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c b/libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c index 706faeff3..634c75245 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c +++ b/libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c @@ -16,7 +16,9 @@     <http://www.gnu.org/licenses/>.  */  #include <netdb.h> +#ifdef __UCLIBC_HAS_TLS__  #include <tls.h> +#endif  #include <linuxthreads/internals.h>  #include <sysdep-cancel.h> | 
