From f77c65ce08472001713ba84e6f0cb7a7316ba581 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 20 Jul 2008 15:56:16 +0000 Subject: [PATCH] ** Fixes bug #541347 2008-07-20 Matthew Barnes ** Fixes bug #541347 * camel/camel-block-file.h: #include (in the proper order) svn path=/trunk/; revision=9144 --- camel/ChangeLog | 7 +++++++ camel/camel-block-file.h | 1 + 2 files changed, 8 insertions(+) diff --git a/camel/ChangeLog b/camel/ChangeLog index e20e885..2d5dd96 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2008-07-20 Matthew Barnes + + ** Fixes bug #541347 + + * camel-block-file.h: + #include (in the proper order) + 2008-07-17 Sankar P * camel-folder-summary.c (remove_item): diff --git a/camel/camel-block-file.h b/camel/camel-block-file.h index 96ff9cb..97cb202 100644 --- a/camel/camel-block-file.h +++ b/camel/camel-block-file.h @@ -25,6 +25,7 @@ #include #include #include +#include G_BEGIN_DECLS -- 2.7.4