From: Roland McGrath Date: Thu, 18 Mar 2004 21:28:37 +0000 (+0000) Subject: * elf/ldconfig.c: Include stdbool.h. X-Git-Tag: cvs/fedora-base~638 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f57ebe2988792ad10ca959a1fa75aeed4cfca7cd;p=thirdparty%2Fglibc.git * elf/ldconfig.c: Include stdbool.h. --- diff --git a/ChangeLog b/ChangeLog index e5b142af1e1..20fb9a59165 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-18 Jakub Jelinek + + * elf/ldconfig.c: Include stdbool.h. + 2004-03-18 Roland McGrath * elf/ldconfig.c (parse_conf_include): New function. diff --git a/elf/ldconfig.c b/elf/ldconfig.c index a208ce628d1..222d862bd24 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include