* posix/tst-rfc3484.c: Include <ifaddrs.h> early.
authorUlrich Drepper <drepper@redhat.com>
Mon, 24 Apr 2006 21:11:34 +0000 (21:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 24 Apr 2006 21:11:34 +0000 (21:11 +0000)
* posix/tst-rfc3484-2.c: Likewise.

ChangeLog
posix/tst-rfc3484-2.c
posix/tst-rfc3484.c

index 2bda74a..22406f9 100644 (file)
--- 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>
index b3987c8..436ccf1 100644 (file)
@@ -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
index abfb76d..0409a04 100644 (file)
@@ -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