From: Ulrich Drepper Date: Mon, 24 Apr 2006 21:11:34 +0000 (+0000) Subject: * posix/tst-rfc3484.c: Include early. X-Git-Tag: cvs/fedora-glibc-20060425T0903~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5bc8287b1eb6c64bd026c869c3973a1c294750;p=thirdparty%2Fglibc.git * posix/tst-rfc3484.c: Include early. * posix/tst-rfc3484-2.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 2bda74aa9a8..22406f93c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-04-24 Ulrich Drepper + * posix/tst-rfc3484.c: Include early. + * posix/tst-rfc3484-2.c: Likewise. + * version.h (VERSION): Bunp to 2.4.90 for the trunk. 2006-04-24 Jakub Jelinek diff --git a/posix/tst-rfc3484-2.c b/posix/tst-rfc3484-2.c index b3987c8cd59..436ccf1e9c4 100644 --- a/posix/tst-rfc3484-2.c +++ b/posix/tst-rfc3484-2.c @@ -1,5 +1,6 @@ #include #include +#include /* Internal definitions used in the libc code. */ #define __getservbyname_r getservbyname_r diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c index abfb76d543b..0409a04593f 100644 --- a/posix/tst-rfc3484.c +++ b/posix/tst-rfc3484.c @@ -1,5 +1,6 @@ #include #include +#include /* Internal definitions used in the libc code. */ #define __getservbyname_r getservbyname_r