diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/ldconfig.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-03-18 Jakub Jelinek <jakub@redhat.com> + + * elf/ldconfig.c: Include stdbool.h. + 2004-03-18 Roland McGrath <roland@redhat.com> * elf/ldconfig.c (parse_conf_include): New function. diff --git a/elf/ldconfig.c b/elf/ldconfig.c index a208ce628d..222d862bd2 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -25,6 +25,7 @@ #include <errno.h> #include <inttypes.h> #include <libintl.h> +#include <stdbool.h> #include <stdio.h> #include <stdio_ext.h> #include <stdlib.h> |