changeset 1021:f5ab90da2507

[HAVE_CONFIG_H]: Include config.h.
author Jim Meyering <jim@meyering.net>
date Sun, 14 Sep 1997 03:32:09 +0000
parents 7a11651fb4a6
children 4ca6ffcc15bf
files lib/strverscmp.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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_ */