summaryrefslogtreecommitdiff
path: root/lib/addext.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-10 08:25:43 +0000
committerJim Meyering <jim@meyering.net>2003-09-10 08:25:43 +0000
commitcf61cc9303be140fe7b70e3e5243c29dd96658c9 (patch)
treeeb52816b71eb47427dd16ac3fac3d58dac973575 /lib/addext.c
parent6634cb92ecde0eca3bf092e44166cc45a6c55a11 (diff)
downloadcoreutils-cf61cc9303be140fe7b70e3e5243c29dd96658c9.tar.xz
Include <string.h> unconditionally.
Diffstat (limited to 'lib/addext.c')
-rw-r--r--lib/addext.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/addext.c b/lib/addext.c
index 7753c608a..fff64f7c7 100644
--- a/lib/addext.c
+++ b/lib/addext.c
@@ -37,11 +37,7 @@
#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>