From 26c04f08d1be95166675f0864c296430af99346c Mon Sep 17 00:00:00 2001
From: Jim Meyering <jim@meyering.net>
Date: Sun, 14 Sep 1997 03:20:38 +0000
Subject: [PATCH] [HAVE_CONFIG_H]: Include config.h.

---
 lib/strverscmp.c | 4 ++++
 1 file changed, 4 insertions(+)

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>
 
-- 
2.39.5