aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;