diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-12-20 03:42:05 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-12-20 03:42:05 +0800 |
commit | 46a1a3ad948533ad7c8e3b4de6405cc9a2885864 (patch) | |
tree | 23a19272a02f3f0c478611d03608ce07c1ab560b /camel/camel-folder-utils.c | |
parent | 5eed01a18d9cb0e727563e88e247e344917f9e9f (diff) | |
download | gsoc2013-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
Diffstat (limited to 'camel/camel-folder-utils.c')
-rw-r--r-- | camel/camel-folder-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" |