aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-25 17:54:19 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-25 17:54:19 +0000
commitf24dca48290e4a1c731fc0bee94bc9a1f891b3fa (patch)
treeec2d76f926a1abf2e2950451a5010c510cccff39 /sysdeps
parent299601a1ef8df4532ded24194c4556e294ab1e6e (diff)
downloadglibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.zip
glibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.tar.gz
glibc-f24dca48290e4a1c731fc0bee94bc9a1f891b3fa.tar.bz2
Update.
2003-04-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/posix/getaddrinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c
index 819a85d..062d108 100644
--- a/sysdeps/posix/getaddrinfo.c
+++ b/sysdeps/posix/getaddrinfo.c
@@ -40,6 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <ifaddrs.h>
#include <netdb.h>
#include <resolv.h>
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>