diff options
Diffstat (limited to 'camel/camel-exception.c')
-rw-r--r-- | camel/camel-exception.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-exception.c b/camel/camel-exception.c index 6f07183f2b..42ef0df339 100644 --- a/camel/camel-exception.c +++ b/camel/camel-exception.c @@ -24,7 +24,11 @@ * USA */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + +#include <glib.h> #include "camel-exception.h" /* i dont know why gthread_mutex stuff even exists, this is easier */ |