diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-18 06:32:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-18 06:32:43 +0800 |
commit | 34271c4dd2ee3f89468766902d92cef47546ea20 (patch) | |
tree | 5efddb32c442d15a03c57abfde85e3331672358f | |
parent | 8cc8887d1032df6d7aacc7148411477465ce06ce (diff) | |
download | marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.tar marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.tar.gz marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.tar.bz2 marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.tar.lz marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.tar.xz marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.tar.zst marcuscom-ports-34271c4dd2ee3f89468766902d92cef47546ea20.zip |
Fix build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8877 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c new file mode 100644 index 000000000..e00b57db0 --- /dev/null +++ b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c @@ -0,0 +1,10 @@ +--- camel/providers/imap4/camel-imap4-specials.c.orig Thu May 17 18:11:10 2007 ++++ camel/providers/imap4/camel-imap4-specials.c Thu May 17 18:11:17 2007 +@@ -22,6 +22,7 @@ + #include <config.h> + #endif + ++#include <glib.h> + #include <string.h> + + #include "camel-imap4-specials.h" |