summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-24 21:11:34 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-24 21:11:34 +0000
commit4c5bc8287b1eb6c64bd026c869c3973a1c294750 (patch)
tree2c8d2a6ba1a6e9d4e3ba730ef53cd86c4cc6e71d
parentbb0b186dd3ab04a48809c5df0cd8b2eb32b4841a (diff)
* posix/tst-rfc3484.c: Include <ifaddrs.h> early.
* posix/tst-rfc3484-2.c: Likewise.
-rw-r--r--ChangeLog3
-rw-r--r--posix/tst-rfc3484-2.c1
-rw-r--r--posix/tst-rfc3484.c1
3 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bda74aa9a..22406f93c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-04-24 Ulrich Drepper <drepper@redhat.com>
+ * posix/tst-rfc3484.c: Include <ifaddrs.h> early.
+ * posix/tst-rfc3484-2.c: Likewise.
+
* version.h (VERSION): Bunp to 2.4.90 for the trunk.
2006-04-24 Jakub Jelinek <jakub@redhat.com>
diff --git a/posix/tst-rfc3484-2.c b/posix/tst-rfc3484-2.c
index b3987c8cd5..436ccf1e9c 100644
--- a/posix/tst-rfc3484-2.c
+++ b/posix/tst-rfc3484-2.c
@@ -1,5 +1,6 @@
#include <stdbool.h>
#include <stdio.h>
+#include <ifaddrs.h>
/* Internal definitions used in the libc code. */
#define __getservbyname_r getservbyname_r
diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c
index abfb76d543..0409a04593 100644
--- a/posix/tst-rfc3484.c
+++ b/posix/tst-rfc3484.c
@@ -1,5 +1,6 @@
#include <stdbool.h>
#include <stdio.h>
+#include <ifaddrs.h>
/* Internal definitions used in the libc code. */
#define __getservbyname_r getservbyname_r