From 2ada37fa94de221ef53ace84515a5e8b9518eedc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Jul 2003 11:38:37 +0000 Subject: [PATCH] Include unconditionally, instead of having it depend on HAVE_SYS_TYPES_H. --- lib/xreadlink.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/xreadlink.c b/lib/xreadlink.c index e4c565f..f5cce16 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 -- 2.7.4