From 75129e399803d91072dcb62e61934d67bf91ee94 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 10 May 2004 21:06:21 +0000 Subject: [PATCH] Include config.h. --- lib-src/ChangeLog | 4 ++++ lib-src/cvtmail.c | 3 +++ lib-src/yow.c | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8e20e219ee8..4f51f3a134b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-10 Thien-Thi Nguyen + + * cvtmail.c, yow.c: Include config.h. + 2004-05-10 Thien-Thi Nguyen * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index 70eda8006b5..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 +#endif #include 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 +#endif + #include #include #include <../src/epaths.h> /* For PATH_DATA. */ -- 2.39.5