[HAVE_CONFIG_H]: Include config.h.
authorJim Meyering <jim@meyering.net>
Sun, 14 Sep 1997 03:32:09 +0000 (03:32 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Sep 1997 03:32:09 +0000 (03:32 +0000)
lib/strverscmp.h

index 79737fe1779ba3ec77e7c07e3127b1acd4f54c6c..227668837d72cf8ec064e84ff16afbe7e5d0ab01 100644 (file)
@@ -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_ */