From: Jim Meyering <jim@meyering.net>
Date: Sun, 14 Sep 1997 03:20:38 +0000 (+0000)
Subject: [HAVE_CONFIG_H]: Include config.h.
X-Git-Tag: TEXTUTILS-1_22a~25
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=26c04f08d1be95166675f0864c296430af99346c;p=gnulib.git

[HAVE_CONFIG_H]: Include config.h.
---

diff --git a/lib/strverscmp.c b/lib/strverscmp.c
index bc5ba1f9d8..b3926f25e0 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>