summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-10 08:56:48 +0000
committerJim Meyering <jim@meyering.net>2003-09-10 08:56:48 +0000
commite0a2e262a57064c6f0d627aa4c5e1d1500d5f2e8 (patch)
treed922a82c0f3076effd2cca48da62da8e9f1a5106
parent9d22c710ad8bc4f03ffaafc04d3a3c9156679d5c (diff)
downloadcoreutils-e0a2e262a57064c6f0d627aa4c5e1d1500d5f2e8.tar.xz
Include <string.h> unconditionally.
-rw-r--r--lib/memcoll.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/memcoll.c b/lib/memcoll.c
index 38d2bdfbd..34ae767db 100644
--- a/lib/memcoll.c
+++ b/lib/memcoll.c
@@ -28,9 +28,7 @@
extern int errno;
#endif
-#if HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
/* Compare S1 (with length S1LEN) and S2 (with length S2LEN) according
to the LC_COLLATE locale. S1 and S2 do not overlap, and are not