From 717ecb1fe52cc726cb9521e8a93c90040fe2b255 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Jan 2005 18:49:47 +0000 Subject: 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. --- ChangeLog | 6 ++++++ posix/execvp.c | 1 + stdio-common/tst-fmemopen2.c | 1 + stdlib/tst-fmtmsg.c | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9a34f7..059ed87 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 d8dce7a..9ccfd7f 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 6a0ee83..bcb136e 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 0554789..c3748d6 100644 --- a/stdlib/tst-fmtmsg.c +++ b/stdlib/tst-fmtmsg.c @@ -1,6 +1,7 @@ #include #include #include +#include #include -- cgit v1.1