summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-14 03:32:09 +0000
committerJim Meyering <jim@meyering.net>1997-09-14 03:32:09 +0000
commit230bf922ddda0a6f3277775277e9191593768ca3 (patch)
tree08c87fae483f420b94744ddc1354d5eea0fe94ab /lib
parent1778193988928e8b62ff66d05c0a2f43561385f2 (diff)
downloadcoreutils-230bf922ddda0a6f3277775277e9191593768ca3.tar.xz
[HAVE_CONFIG_H]: Include config.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/strverscmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strverscmp.h b/lib/strverscmp.h
index 79737fe17..227668837 100644
--- a/lib/strverscmp.h
+++ b/lib/strverscmp.h
@@ -3,6 +3,10 @@
#ifndef STRVERSCMP_H_
# define STRVERSCMP_H_
+# if HAVE_CONFIG_H
+# include <config.h>
+# endif
+
int strverscmp (const char*, const char*);
#endif /* not STRVERSCMP_H_ */