From 153a18589cacae95536fc3d15b0180ef0db633ae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 08:49:26 +0000 Subject: [PATCH] Include unconditionally. --- lib/idcache.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.47.2