changeset 1019:6fc478cbf47d

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