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

index 7c038b23e4075727991ba4b08dac913959a8466a..3d1d3bfcb0dd860dff7755663200acf6539e2cc4 100644 (file)
@@ -33,15 +33,8 @@ extern int errno;
 #endif
 #include <stddef.h>
 #include <stdio.h>
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-#if HAVE_STRING_H
-# include <string.h>
-#endif
-#if HAVE_STRINGS_H
-# include <strings.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
 #else