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
This commit is contained in:
committed by
Jeffrey Stedfast
parent
dc0f1749e2
commit
64d2b647c1
@ -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.
|
||||
|
||||
|
||||
@ -26,10 +26,11 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "camel-imap-message-cache.h"
|
||||
#include "camel-data-wrapper.h"
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -23,8 +23,12 @@
|
||||
* USA
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user