diff options
Diffstat (limited to 'camel/camel.c')
-rw-r--r-- | camel/camel.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 <config.h> -#include "camel.h" +#endif + #include <unicode.h> #ifdef HAVE_NSS #include <nspr.h> @@ -33,6 +35,8 @@ #include <ssl.h> #endif /* HAVE_NSS */ +#include "camel.h" + gboolean camel_verbose_debug = FALSE; gint |