diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-20 05:28:30 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-20 05:28:30 +0800 |
commit | a3873f9ae7ebda0e5c11a0d2bc4691b24102d77a (patch) | |
tree | 28a77434135b61c4cef44d850b3e8f3b3c30ae8e /camel/camel-store.h | |
parent | 7c607ae0b8cbaa4b69106063d299719c8fed7882 (diff) | |
download | gsoc2013-evolution-a3873f9ae7ebda0e5c11a0d2bc4691b24102d77a.tar.gz gsoc2013-evolution-a3873f9ae7ebda0e5c11a0d2bc4691b24102d77a.tar.zst gsoc2013-evolution-a3873f9ae7ebda0e5c11a0d2bc4691b24102d77a.zip |
#include <sys/types.h> for mode_t on freebsd.
2001-08-19 Chris Toshok <toshok@ximian.com>
* camel-store.h: #include <sys/types.h> for mode_t on freebsd.
svn path=/trunk/; revision=12228
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index d46786674a..9da6a6e84e 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -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> |