#include appropriate headers for mkdir
authorJeffrey Stedfast <fejj@src.gnome.org>
Mon, 1 Apr 2002 20:33:02 +0000 (20:33 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 1 Apr 2002 20:33:02 +0000 (20:33 +0000)
camel/camel-store.c

index 41676c5..52126f3 100644 (file)
@@ -27,6 +27,8 @@
 #include <config.h>
 #endif
 
+#include <sys/stat.h>
+#include <sys/types.h>
 #include <string.h>
 
 #include "camel-session.h"