diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-07 01:08:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-07 01:08:46 +0800 |
commit | 6e51f1c4da7d20e8a482559829f7b66f7e744bb3 (patch) | |
tree | 53b34c3a309575789a99335f7fbef3bda1ed61ab /mail/evolution/files/patch-mail_em-utils.h | |
parent | dd54ebe99113b2a7d4eeb3dfe482106eb04f59f6 (diff) | |
download | marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.gz marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.zst marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.zip |
Update to 2.27.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12267 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files/patch-mail_em-utils.h')
-rw-r--r-- | mail/evolution/files/patch-mail_em-utils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h new file mode 100644 index 000000000..b3e7b9ffb --- /dev/null +++ b/mail/evolution/files/patch-mail_em-utils.h @@ -0,0 +1,10 @@ +--- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004 ++++ mail/em-utils.h Tue Aug 3 17:00:04 2004 +@@ -23,6 +23,7 @@ + #ifndef __EM_UTILS_H__ + #define __EM_UTILS_H__ + ++#include <sys/types.h> + #include <glib.h> + + #ifdef __cplusplus |