summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-14 03:20:38 +0000
committerJim Meyering <jim@meyering.net>1997-09-14 03:20:38 +0000
commit85bb9aba83fee28b5437fe459f4473a1aaaf29f3 (patch)
tree0c69a3415e57180f8a1169b307e500e2f86a92cf /lib
parent3e8068282b31fd470a1727171452ce5883e8f81f (diff)
downloadcoreutils-85bb9aba83fee28b5437fe459f4473a1aaaf29f3.tar.xz
[HAVE_CONFIG_H]: Include config.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/strverscmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strverscmp.c b/lib/strverscmp.c
index bc5ba1f9d..b3926f25e 100644
--- a/lib/strverscmp.c
+++ b/lib/strverscmp.c
@@ -18,6 +18,10 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <string.h>
#include <ctype.h>