]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <string.h> unconditionally.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:49:26 +0000 (08:49 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:49:26 +0000 (08:49 +0000)
lib/idcache.c

index 4241d1e12309ee3df1c39137dba421f5cb449812..8b85f07c396fa77499d04318d0df141d3e5f95f2 100644 (file)
 #endif
 
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 #include <pwd.h>
 #include <grp.h>
 
-#if STDC_HEADERS || HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
-
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif