diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-07 20:52:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-07 20:52:42 +0800 |
commit | f52968f74b9004e134fdece423e2f910cd2cc954 (patch) | |
tree | 26d4b1c0ac2e2f5c4dc9427601d13287ddcbc86a /databases/evolution-data-server/files/patch-camel_camel-block-file.h | |
parent | f3d3fa7cacfe33d7d98ccc6a938842803b02cbd9 (diff) | |
download | marcuscom-ports-f52968f74b9004e134fdece423e2f910cd2cc954.tar.gz marcuscom-ports-f52968f74b9004e134fdece423e2f910cd2cc954.tar.zst marcuscom-ports-f52968f74b9004e134fdece423e2f910cd2cc954.zip |
Update to 2.31.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14206 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files/patch-camel_camel-block-file.h')
-rw-r--r-- | databases/evolution-data-server/files/patch-camel_camel-block-file.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-camel_camel-block-file.h b/databases/evolution-data-server/files/patch-camel_camel-block-file.h new file mode 100644 index 000000000..bb155e24a --- /dev/null +++ b/databases/evolution-data-server/files/patch-camel_camel-block-file.h @@ -0,0 +1,10 @@ +--- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007 ++++ camel/camel-block-file.h Tue May 15 01:49:00 2007 +@@ -21,6 +21,7 @@ + #ifndef _CAMEL_BLOCK_FILE_H + #define _CAMEL_BLOCK_FILE_H + ++#include <sys/types.h> + #include <camel/camel-object.h> + #include <glib.h> + #include <libedataserver/e-msgport.h> |