From: Ulrich Drepper Date: Thu, 27 Jan 2005 18:49:47 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-glibc-20050208T0948~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=717ecb1fe52cc726cb9521e8a93c90040fe2b255;p=thirdparty%2Fglibc.git Update. 2005-01-27 Jakub Jelinek * stdlib/tst-fmtmsg.c: Include stdlib.h. * stdio-common/tst-fmemopen2.c: Include string.h. * posix/execvp.c: Include stdbool.h. --- diff --git a/ChangeLog b/ChangeLog index f9a34f7f6be..059ed87f017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-27 Jakub Jelinek + + * stdlib/tst-fmtmsg.c: Include stdlib.h. + * stdio-common/tst-fmemopen2.c: Include string.h. + * posix/execvp.c: Include stdbool.h. + 2004-12-13 Paolo Bonzini Separate parsing and creation of the NFA. Avoided recursion on diff --git a/posix/execvp.c b/posix/execvp.c index d8dce7aeb7a..9ccfd7fc22c 100644 --- a/posix/execvp.c +++ b/posix/execvp.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include diff --git a/stdio-common/tst-fmemopen2.c b/stdio-common/tst-fmemopen2.c index 6a0ee836a27..bcb136e8c1f 100644 --- a/stdio-common/tst-fmemopen2.c +++ b/stdio-common/tst-fmemopen2.c @@ -1,5 +1,6 @@ #include #include +#include #include diff --git a/stdlib/tst-fmtmsg.c b/stdlib/tst-fmtmsg.c index 055478963a8..c3748d64d5b 100644 --- a/stdlib/tst-fmtmsg.c +++ b/stdlib/tst-fmtmsg.c @@ -1,6 +1,7 @@ #include #include #include +#include #include