From fe962a2055234adf407999f0557ae25441ca5c35 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:31:40 +0000 Subject: Big header cleanups and nntp compile fix svn path=/trunk/; revision=9024 --- camel/camel-sasl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/camel-sasl.c') diff --git a/camel/camel-sasl.c b/camel/camel-sasl.c index f97e42480b..7ab6b41a76 100644 --- a/camel/camel-sasl.c +++ b/camel/camel-sasl.c @@ -20,7 +20,11 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif + +#include #include "camel-sasl.h" #include "camel-mime-utils.h" #include "camel-service.h" -- cgit