]> sourceware.org Git - glibc.git/commitdiff
* 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 2bda74aa9a8a850fe949cd4439db98d23848e1d6..22406f93c29230785b0414fefd96eed46b147907 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 b3987c8cd59ce6053daae33545cf23885e8722a4..436ccf1e9c4043aa21891dcc4318ce57ade6ff93 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 abfb76d543b9b7b394c34a422219d46e093fb40c..0409a04593fc9f193994ae782cd59f50516fc040 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
This page took 0.057566 seconds and 5 git commands to generate.