diff options
author | Roland McGrath <roland@gnu.org> | 2004-03-18 21:28:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-03-18 21:28:37 +0000 |
commit | f57ebe2988792ad10ca959a1fa75aeed4cfca7cd (patch) | |
tree | c5225a51527d5ed8142e3b585dbce2eac7b18628 /elf | |
parent | 8e115d80b07f17a11690c108918f847846a752da (diff) | |
download | glibc-f57ebe2988792ad10ca959a1fa75aeed4cfca7cd.zip glibc-f57ebe2988792ad10ca959a1fa75aeed4cfca7cd.tar.gz glibc-f57ebe2988792ad10ca959a1fa75aeed4cfca7cd.tar.bz2 |
* elf/ldconfig.c: Include stdbool.h.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/ldconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c index a208ce6..222d862 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> |