From f6dcd95736a494dfc7f1ec5d80e9e56e39f23cd5 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Thu, 3 Feb 2005 17:01:42 +0000 Subject: Add config.h to the top of every C file that could possibly want it. Remove it from mutt.h --- getdomain.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'getdomain.c') diff --git a/getdomain.c b/getdomain.c index 23b2f48b..71636279 100644 --- a/getdomain.c +++ b/getdomain.c @@ -1,3 +1,7 @@ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -- cgit v1.2.3