From: Jim Meyering Date: Wed, 10 Sep 2003 08:49:26 +0000 (+0000) Subject: Include unconditionally. X-Git-Tag: v5.1.0~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153a18589cacae95536fc3d15b0180ef0db633ae;p=thirdparty%2Fcoreutils.git Include unconditionally. --- diff --git a/lib/idcache.c b/lib/idcache.c index 4241d1e123..8b85f07c39 100644 --- a/lib/idcache.c +++ b/lib/idcache.c @@ -21,16 +21,11 @@ #endif #include +#include #include #include #include -#if STDC_HEADERS || HAVE_STRING_H -# include -#else -# include -#endif - #if HAVE_UNISTD_H # include #endif