aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-data-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-data-cache.c')
-rw-r--r--camel/camel-data-cache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-data-cache.c b/camel/camel-data-cache.c
index 93db52cca7..5fa7a40de4 100644
--- a/camel/camel-data-cache.c
+++ b/camel/camel-data-cache.c
@@ -28,7 +28,10 @@
#include <dirent.h>
#include <errno.h>
#include <string.h>
+#include <stdlib.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include "camel-data-cache.h"
#include "camel-exception.h"