From 5b9e501c32829682998ec9b5bfdd9417b99d1ad3 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 3 Jun 2005 02:51:14 +0000 Subject: Sync up with latest NPTL code from glibc and add minor #ifdef __UCLIBC__ directives. --- libpthread/nptl/pthread_cond_destroy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/nptl/pthread_cond_destroy.c') diff --git a/libpthread/nptl/pthread_cond_destroy.c b/libpthread/nptl/pthread_cond_destroy.c index d2f8e6202..0208d18ce 100644 --- a/libpthread/nptl/pthread_cond_destroy.c +++ b/libpthread/nptl/pthread_cond_destroy.c @@ -18,6 +18,7 @@ 02111-1307 USA. */ #include +#include #include "pthreadP.h" -- cgit v1.2.3