summaryrefslogtreecommitdiff
path: root/lib/strnumcmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-27 08:21:28 +0000
committerJim Meyering <jim@meyering.net>2005-09-27 08:21:28 +0000
commit2d7c20c8913f2c5639624e7dafe53adff67c8562 (patch)
tree5d45725b8040dc224049a5e40991c07b89a51939 /lib/strnumcmp.c
parente247f4874cada0df53128e0416e75fbb9bc1bcc4 (diff)
downloadcoreutils-2d7c20c8913f2c5639624e7dafe53adff67c8562.tar.xz
Include <config.h> here, now that strnumcmp-in.h no longer includes it.
Diffstat (limited to 'lib/strnumcmp.c')
-rw-r--r--lib/strnumcmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strnumcmp.c b/lib/strnumcmp.c
index 902270aec..45e12f551 100644
--- a/lib/strnumcmp.c
+++ b/lib/strnumcmp.c
@@ -18,6 +18,10 @@
/* Written by Paul Eggert. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "strnumcmp-in.h"
/* Externally-visible name for numcompare. */