From: Ulrich Drepper Date: Fri, 16 May 2003 17:40:49 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~723 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e66dc78c4149bde8d8401fba53eab0429829e95;p=thirdparty%2Fglibc.git Update. 2003-05-16 Ulrich Drepper * unwind.c: Include . --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a94c44e2949..e63c71c8411 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-05-16 Ulrich Drepper + + * unwind.c: Include . + 2003-05-14 Ulrich Drepper * Makefile ($(objpfx)$(multidir)): Add rule to create the directory. diff --git a/nptl/unwind.c b/nptl/unwind.c index f6537ba69b8..4769e0d8231 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -20,6 +20,7 @@ #include #include +#include #include "pthreadP.h"