From b60f716a891a0511573eac205ff5ea7ab104d6f3 Mon Sep 17 00:00:00 2001
From: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 10 May 2004 21:02:12 +0000
Subject: [PATCH] Include config.h.

---
 lib-src/ChangeLog | 4 ++++
 lib-src/cvtmail.c | 5 ++++-
 lib-src/yow.c     | 4 ++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e52a20fac37..e914db517a6 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
+
+	* cvtmail.c, yow.c: Include config.h.
+
 2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
 
 	* test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index 5c9595e5891..001d604209c 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -33,6 +33,9 @@ Boston, MA 02111-1307, USA.  */
  * Author: Larry Kolodney, 1985
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 
@@ -178,4 +181,4 @@ xrealloc (ptr, size)
   return result;
 }
 
-/* cvmtmail.c ends here */
+/* cvtmail.c ends here */
diff --git a/lib-src/yow.c b/lib-src/yow.c
index 2cbb4e8240b..aea3b005fbe 100644
--- a/lib-src/yow.c
+++ b/lib-src/yow.c
@@ -10,6 +10,10 @@
  * With dynamic memory allocation.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #include <../src/epaths.h>      /* For PATH_DATA.  */
-- 
2.39.5