diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-14 06:55:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-14 06:55:27 +0800 |
commit | fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62 (patch) | |
tree | fd5b19302a26f23e4264aa353bf3dd9c715566c5 /mail/folder-browser-factory.c | |
parent | 7acecd99c9998ff09bf561c211f2d3d566d384c9 (diff) | |
download | gsoc2013-evolution-fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62.tar.gz 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/folder-browser-factory.c')
-rw-r--r-- | mail/folder-browser-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |