mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* elf/ldconfig.c: Include stdbool.h.
This commit is contained in:
parent
8e115d80b0
commit
f57ebe2988
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user