From 6d42278df8962b55fe632fad1d0cedb9cc3b4b45 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 13 Jun 2006 16:21:06 +0000 Subject: Fix pointer truncation on 64-bit platforms by adding some missing headers. Submitted by: Yuri Pankov git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6434 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution/files/patch-mail_message-list.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mail/evolution/files/patch-mail_message-list.c (limited to 'mail/evolution/files') diff --git a/mail/evolution/files/patch-mail_message-list.c b/mail/evolution/files/patch-mail_message-list.c new file mode 100644 index 000000000..f4c35aae7 --- /dev/null +++ b/mail/evolution/files/patch-mail_message-list.c @@ -0,0 +1,16 @@ +--- mail/message-list.c.orig Tue Jun 13 12:19:43 2006 ++++ mail/message-list.c Tue Jun 13 12:20:11 2006 +@@ -56,11 +56,13 @@ + #include "misc/e-gui-utils.h" + + #include "table/e-cell-checkbox.h" ++#include "table/e-cell-hbox.h" + #include "table/e-cell-date.h" + #include "table/e-cell-size.h" + #include "table/e-cell-text.h" + #include "table/e-cell-toggle.h" + #include "table/e-cell-tree.h" ++#include "table/e-cell-vbox.h" + #include "table/e-tree-memory-callbacks.h" + #include "table/e-tree-memory.h" + -- cgit v1.2.3