summaryrefslogtreecommitdiff
path: root/lib/strintcmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-24 13:26:41 +0000
committerJim Meyering <jim@meyering.net>2005-09-24 13:26:41 +0000
commitd447dba13d6f66c047c9d5b9e11a355b20c53007 (patch)
tree5af2c26c0c2cf4e03174ca7b6188636e7c74fac5 /lib/strintcmp.c
parenta14fc7137064cbeac73a9336e4f93219adfeb74c (diff)
downloadcoreutils-d447dba13d6f66c047c9d5b9e11a355b20c53007.tar.xz
Include <config.h> here, not from strnumcmp-in.h.
Diffstat (limited to 'lib/strintcmp.c')
-rw-r--r--lib/strintcmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strintcmp.c b/lib/strintcmp.c
index 9f085d539..2052babe5 100644
--- a/lib/strintcmp.c
+++ b/lib/strintcmp.c
@@ -18,6 +18,10 @@
/* Written by Paul Eggert. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "strnumcmp-in.h"
/* Compare strings A and B as integers without explicitly converting