* elf/ldconfig.c: Include stdbool.h.
authorRoland McGrath <roland@gnu.org>
Thu, 18 Mar 2004 21:28:37 +0000 (21:28 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 18 Mar 2004 21:28:37 +0000 (21:28 +0000)
ChangeLog
elf/ldconfig.c

index e5b142a..20fb9a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a208ce6..222d862 100644 (file)
@@ -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>