diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/message-list.c | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 139cd52529..55e115d59e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2006-07-22 Yuri Pankov <yuri.pankov@gmail.com> + + Reviewed by Harish Krishnaswamy <kharish@novell.com> + + * message-list.c: Add missing headers. Fixes #344744. + 2006-07-22 Yuri Pankov <yuri.pankov@gmail.com> Reviewed by Harish Krishnaswamy <kharish@novell.com> diff --git a/mail/message-list.c b/mail/message-list.c index 865610abfd..55c74eeafa 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -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" |