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
This commit is contained in:
Christopher James Lahey
2000-09-13 22:55:27 +00:00
committed by Chris Lahey
parent 7acecd99c9
commit fd01a3bd7b
2 changed files with 6 additions and 0 deletions

View File

@ -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'.

View File

@ -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;