From a4db401c4e61ba9db1e96fc670a7eb1ee7da2a5f Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 3 Jun 2005 03:07:52 +0000 Subject: Fix up include paths for compilation in uClibc. --- libpthread/nptl/sysdeps/pthread/pthread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpthread/nptl/sysdeps/pthread/pthread.h') diff --git a/libpthread/nptl/sysdeps/pthread/pthread.h b/libpthread/nptl/sysdeps/pthread/pthread.h index 9bc104d31..7157e4718 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread.h +++ b/libpthread/nptl/sysdeps/pthread/pthread.h @@ -26,7 +26,11 @@ #define __need_sigset_t #include #include +#ifdef __UCLIBC__ #include +#else +#include +#endif #include -- cgit v1.2.3