summaryrefslogtreecommitdiff
path: root/posix/tst-rfc3484.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-04-25 09:20:28 +0000
committerJakub Jelinek <jakub@redhat.com>2006-04-25 09:20:28 +0000
commit217e7b931e322ebc305a251a02a6f24d9166b844 (patch)
tree232426904ba8fc5b7e45ac1d4dc2dc5955ed4998 /posix/tst-rfc3484.c
parent1100b0e29213d536814d675cb3e1faff447db322 (diff)
Updated to fedora-glibc-20060425T0903
Diffstat (limited to 'posix/tst-rfc3484.c')
-rw-r--r--posix/tst-rfc3484.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c
index abfb76d543..8d273aec84 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
@@ -78,6 +79,7 @@ do_test (void)
results[i].got_source_addr = true;
memcpy(&results[i].source_addr, &so, sizeof (so));
results[i].source_addr_len = sizeof (so);
+ results[i].source_addr_flags = 0;
}
qsort (results, naddrs, sizeof (results[0]), rfc3484_sort);