aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-14 06:55:27 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-14 06:55:27 +0800
commitfd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62 (patch)
treefd5b19302a26f23e4264aa353bf3dd9c715566c5 /mail
parent7acecd99c9998ff09bf561c211f2d3d566d384c9 (diff)
downloadgsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar
gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar.gz
gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar.bz2
gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar.lz
gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar.xz
gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar.zst
gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.zip
Fixed a warning (Missing include file.)
2000-09-13 Christopher James Lahey <clahey@helixcode.com> * folder-browser-factory.c: Fixed a warning (Missing include file.) svn path=/trunk/; revision=5413
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/folder-browser-factory.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ee523d7710..242aae5329 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-13 Christopher James Lahey <clahey@helixcode.com>
+
+ * folder-browser-factory.c: Fixed a warning (Missing include
+ file.)
+
2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
($(EVOLUTION_MAIL_CORBA_GENERATED)): Add space after `-I'.
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index a6458e2512..be5d7e1373 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -25,6 +25,7 @@
#include "mail.h"
#include "shell/Evolution.h"
#include "mail-config.h"
+#include "mail-ops.h"
/* The FolderBrowser BonoboControls we have. */
static GList *control_list = NULL;