* posix/tst-rfc3484.c: Include <ifaddrs.h> early.

* posix/tst-rfc3484-2.c: Likewise.
This commit is contained in:
Ulrich Drepper 2006-04-24 21:11:34 +00:00
parent bb0b186dd3
commit 4c5bc8287b
3 changed files with 5 additions and 0 deletions

View File

@ -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>

View 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

View 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