From 64d2b647c16dde48dea12c08113dbbc325bce565 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 14 Apr 2002 20:13:01 +0000 Subject: Added #include for dirent.h which needs it on MacOS X. 2002-04-14 Jeffrey Stedfast * providers/local/camel-spoold-store.c: Added #include for dirent.h which needs it on MacOS X. * providers/local/camel-maildir-store.c: Same. * providers/nntp/camel-nntp-store.c: Same. * providers/imap/camel-imap-message-cache.c: Same. * camel-provider.c: Same. * camel-data-cache.c: Same. svn path=/trunk/; revision=16466 --- camel/providers/local/camel-maildir-store.c | 1 + camel/providers/local/camel-spoold-store.c | 1 + 2 files changed, 2 insertions(+) (limited to 'camel/providers/local') 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 #endif +#include #include #include #include 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 #endif +#include #include #include #include -- cgit