* elf/ldconfig.c: Include stdbool.h.

This commit is contained in:
Roland McGrath 2004-03-18 21:28:37 +00:00
parent 8e115d80b0
commit f57ebe2988
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View 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>