aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-04-02 04:33:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-02 04:33:02 +0800
commit5dd03b7e76dcf1ccf078377c155d823050ec6131 (patch)
tree20e299b524e5cc4d50fb7bde56419ca58b83f240
parent8875ca4adcc7f266a60527ccc208cd1aaaad96a0 (diff)
downloadgsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.tar
gsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.tar.gz
gsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.tar.bz2
gsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.tar.lz
gsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.tar.xz
gsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.tar.zst
gsoc2013-evolution-5dd03b7e76dcf1ccf078377c155d823050ec6131.zip
#include appropriate headers for mkdir
svn path=/trunk/; revision=16313
-rw-r--r--camel/camel-store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 41676c53f7..52126f3647 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -27,6 +27,8 @@
#include <config.h>
#endif
+#include <sys/stat.h>
+#include <sys/types.h>
#include <string.h>
#include "camel-session.h"