diff options
Diffstat (limited to 'camel/providers/local')
-rw-r--r-- | camel/providers/local/camel-maildir-store.c | 1 | ||||
-rw-r--r-- | camel/providers/local/camel-spoold-store.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c index 788f1a7abb..ef152b132f 100644 --- a/camel/providers/local/camel-maildir-store.c +++ b/camel/providers/local/camel-maildir-store.c @@ -23,6 +23,7 @@ #include <config.h> #endif +#include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <string.h> diff --git a/camel/providers/local/camel-spoold-store.c b/camel/providers/local/camel-spoold-store.c index aba994cc91..e6b375ce44 100644 --- a/camel/providers/local/camel-spoold-store.c +++ b/camel/providers/local/camel-spoold-store.c @@ -23,6 +23,7 @@ #include <config.h> #endif +#include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <string.h> |