aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-12-20 03:42:05 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-12-20 03:42:05 +0800
commit46a1a3ad948533ad7c8e3b4de6405cc9a2885864 (patch)
tree23a19272a02f3f0c478611d03608ce07c1ab560b
parent5eed01a18d9cb0e727563e88e247e344917f9e9f (diff)
downloadgsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.tar
gsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.tar.gz
gsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.tar.bz2
gsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.tar.lz
gsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.tar.xz
gsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.tar.zst
gsoc2013-evolution-46a1a3ad948533ad7c8e3b4de6405cc9a2885864.zip
include camel-log.h to avoid unresolved symbols.
1999-12-19 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder-utils.c: include camel-log.h to avoid unresolved symbols. svn path=/trunk/; revision=1504
-rw-r--r--ChangeLog5
-rw-r--r--camel/camel-folder-utils.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4a16ccd2b..1d5aeda4db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-19 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * camel/camel-folder-utils.c: include camel-log.h
+ to avoid unresolved symbols.
+
1999-12-18 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (camel_folder_get_summary):
diff --git a/camel/camel-folder-utils.c b/camel/camel-folder-utils.c
index a7f7aa8cc2..a4265dae60 100644
--- a/camel/camel-folder-utils.c
+++ b/camel/camel-folder-utils.c
@@ -25,8 +25,9 @@
* USA
*/
-
+#include <config.h>
#include "camel-folder-utils.h"
+#include "camel-log.h"
#include "camel-mime-message.h"