Skip to content

Commit

Permalink
* posix/tst-rfc3484.c: Include <ifaddrs.h> early.
Browse files Browse the repository at this point in the history
	* posix/tst-rfc3484-2.c: Likewise.
  • Loading branch information
Ulrich Drepper committed Apr 24, 2006
1 parent bb0b186 commit 4c5bc82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
1 change: 1 addition & 0 deletions posix/tst-rfc3484-2.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions posix/tst-rfc3484.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4c5bc82

Please sign in to comment.