From 396edb58b64ce5db0947fe498a57b880ca181507 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 9 Mar 2006 11:26:07 +0000 Subject: uClibc_pthread.h wasn't ever included --- libpthread/linuxthreads/sysdeps/pthread/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index b60f74b3f..08843d18d 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h @@ -24,7 +24,7 @@ #include #include #include -#if defined _LIBC && ( defined IS_IN_libc && defined NOT_IN_libc ) +#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc ) #include #endif -- cgit v1.2.3