From: Bruno Haible Date: Sat, 23 Aug 2003 14:46:08 +0000 (+0000) Subject: Assume exists. X-Git-Tag: v0.13~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d43ae21dd4ddce48d6e087fc92a24f49e4c86e;p=thirdparty%2Fgettext.git Assume exists. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 8d23c36f1..0c8f25d9a 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-07-01 Paul Eggert + + * xreadlink.c: Include unconditionally, instead of + having it depend on HAVE_SYS_TYPES_H. + 2003-06-27 Bruno Haible Avoid use of *_unlocked functions on Solaris 2.5.1. diff --git a/gettext-tools/lib/xreadlink.c b/gettext-tools/lib/xreadlink.c index e4ef9902b..2d6b8f078 100644 --- a/gettext-tools/lib/xreadlink.c +++ b/gettext-tools/lib/xreadlink.c @@ -35,9 +35,7 @@ extern int errno; #endif #include -#if HAVE_SYS_TYPES_H -# include -#endif +#include #if HAVE_STDLIB_H # include #endif