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.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'camel/camel.c') diff --git a/camel/camel.c b/camel/camel.c index 8233e98925..6228c7227c 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -23,8 +23,10 @@ * USA */ +#ifdef HAVE_CONFIG_H #include -#include "camel.h" +#endif + #include #ifdef HAVE_NSS #include @@ -33,6 +35,8 @@ #include #endif /* HAVE_NSS */ +#include "camel.h" + gboolean camel_verbose_debug = FALSE; gint -- cgit