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

index 7753c608aa350b2e70bee07e2924dfde63363d0d..fff64f7c7b7ba75f44fbbbb7fcab711517483fd2 100644 (file)
 #endif
 
 #include <stddef.h>
-#if HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
 
 #if HAVE_UNISTD_H
 # include <unistd.h>