aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/cache/camel-cache-provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/cache/camel-cache-provider.c')
-rw-r--r--camel/providers/cache/camel-cache-provider.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/camel/providers/cache/camel-cache-provider.c b/camel/providers/cache/camel-cache-provider.c
index 217f06816a..ac2f329d7c 100644
--- a/camel/providers/cache/camel-cache-provider.c
+++ b/camel/providers/cache/camel-cache-provider.c
@@ -23,7 +23,10 @@
* USA
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "camel-cache-store.h"
#include "camel-provider.h"
#include "camel-session.h"