#include <sys/types.h> for mode_t on freebsd.
authorChris Toshok <toshok@ximian.com>
Sun, 19 Aug 2001 21:28:30 +0000 (21:28 +0000)
committerChris Toshok <toshok@src.gnome.org>
Sun, 19 Aug 2001 21:28:30 +0000 (21:28 +0000)
2001-08-19  Chris Toshok  <toshok@ximian.com>

        * camel-store.h: #include <sys/types.h> for mode_t on freebsd.

camel/ChangeLog
camel/camel-store.h

index 0524a1f..c5b8872 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-19  Chris Toshok  <toshok@ximian.com>
+
+       * camel-store.h: #include <sys/types.h> for mode_t on freebsd.
+
 2001-08-19  Jeffrey Stedfast  <fejj@ximian.com>
 
        * providers/pop3/camel-pop3-folder.c (pop3_generate_uids): Make
index d467866..9da6a6e 100644 (file)
@@ -33,6 +33,9 @@ extern "C" {
 #pragma }
 #endif /* __cplusplus }*/
 
+/* for mode_t */
+#include <sys/types.h>
+
 #include <camel/camel-object.h>
 #include <camel/camel-service.h>