mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
* posix/tst-rfc3484.c: Include <ifaddrs.h> early.
* posix/tst-rfc3484-2.c: Likewise.
This commit is contained in:
parent
bb0b186dd3
commit
4c5bc8287b
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user