From: Jim Meyering Date: Fri, 4 Jul 2003 11:38:37 +0000 (+0000) Subject: Include unconditionally, instead of X-Git-Tag: v5.0.1~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ada37fa94de221ef53ace84515a5e8b9518eedc;p=thirdparty%2Fcoreutils.git Include unconditionally, instead of having it depend on HAVE_SYS_TYPES_H. --- diff --git a/lib/xreadlink.c b/lib/xreadlink.c index e4c565f8bb..f5cce16eb8 100644 --- a/lib/xreadlink.c +++ b/lib/xreadlink.c @@ -30,9 +30,7 @@ extern int errno; #endif #include -#if HAVE_SYS_TYPES_H -# include -#endif +#include #if HAVE_STDLIB_H # include #endif