From: Ulrich Drepper Date: Mon, 2 Dec 2002 19:19:37 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_2~676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=beb6aa41dad64f2cb6b14b97715e2d0969d4093e;p=thirdparty%2Fglibc.git Update. * pthread_cond_timedwait.c: Include . --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 4506e3da69e..187b4433596 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2002-12-02 Ulrich Drepper + * pthread_cond_timedwait.c: Include . + * Makefile (tests): Add tst-fork2 and tst-fork3. * tst-fork2.c: New file. * tst-fork3.c: New file. diff --git a/nptl/pthread_cond_timedwait.c b/nptl/pthread_cond_timedwait.c index 792dbdc49dc..826d16fb024 100644 --- a/nptl/pthread_cond_timedwait.c +++ b/nptl/pthread_cond_timedwait.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include + #include "pthreadP.h" #include