diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:51:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:51:34 +0800 |
commit | 2b257b4c264b8f61d2a3259d9fc1d9227fa4b394 (patch) | |
tree | aff39b0e0effdc7eaf8809b9658bf762934d5278 /shell | |
parent | c2d154017138f36aebb6a4d6d1aad9234e9e4cec (diff) | |
download | gsoc2013-evolution-2b257b4c264b8f61d2a3259d9fc1d9227fa4b394.tar.gz gsoc2013-evolution-2b257b4c264b8f61d2a3259d9fc1d9227fa4b394.tar.zst gsoc2013-evolution-2b257b4c264b8f61d2a3259d9fc1d9227fa4b394.zip |
added a needed #include
svn path=/trunk/; revision=25529
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-importer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 5482409cb1..106c705cb8 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -53,6 +53,7 @@ #include <e-util/e-gtk-utils.h> #include <e-util/e-dialog-utils.h> +#include <e-util/e-icon-factory.h> #include "e-shell-importer.h" #include "importer/GNOME_Evolution_Importer.h" |