diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-15 04:13:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-15 04:13:01 +0800 |
commit | 64d2b647c16dde48dea12c08113dbbc325bce565 (patch) | |
tree | 09212cab5bc05b780117c35935f58526241a4a33 /camel/ChangeLog | |
parent | dc0f1749e2cd43982570012b650f8c48050f1269 (diff) | |
download | gsoc2013-evolution-64d2b647c16dde48dea12c08113dbbc325bce565.tar.gz gsoc2013-evolution-64d2b647c16dde48dea12c08113dbbc325bce565.tar.zst gsoc2013-evolution-64d2b647c16dde48dea12c08113dbbc325bce565.zip |
Added #include <sys/types.h> for dirent.h which needs it on MacOS X.
2002-04-14 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-spoold-store.c: Added #include
<sys/types.h> 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9264a50300..0356045cc9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,15 @@ 2002-04-14 Jeffrey Stedfast <fejj@ximian.com> - * camel-provider.c: Added #include <sys/types.h> for dirent.h - which needs it on MacOS X. + * providers/local/camel-spoold-store.c: Added #include + <sys/types.h> 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. |