From: Bruno Haible Date: Mon, 12 Jan 2004 11:16:30 +0000 (+0000) Subject: Avoid a gcc warning. X-Git-Tag: v0.14~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3540272aa00a208a281b2d68850d7a97d3e3913b;p=thirdparty%2Fgettext.git Avoid a gcc warning. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 478a4f446..e943097ae 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-12-29 Bruno Haible + + * testlocale.c: Include stdlib.h. + 2003-12-29 Bruno Haible * xgettext-c-9: Add a test with a multi-part string with newlines and diff --git a/gettext-tools/tests/testlocale.c b/gettext-tools/tests/testlocale.c index c2f814f03..1812982b9 100644 --- a/gettext-tools/tests/testlocale.c +++ b/gettext-tools/tests/testlocale.c @@ -21,6 +21,7 @@ #include #include +#include /* This must match intl/localename.c. */ #if defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2)