diff options
Diffstat (limited to 'camel/providers/local/camel-mh-store.c')
-rw-r--r-- | camel/providers/local/camel-mh-store.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/local/camel-mh-store.c b/camel/providers/local/camel-mh-store.c index a488a71c12..3edadb5ca1 100644 --- a/camel/providers/local/camel-mh-store.c +++ b/camel/providers/local/camel-mh-store.c @@ -20,7 +20,9 @@ * USA */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <sys/stat.h> #include <errno.h> |