diff options
author | Milan Crha <mcrha@redhat.com> | 2009-08-21 18:33:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-08-21 18:33:28 +0800 |
commit | dc3973b535b902ff1e7b69a5c71a832657de22a7 (patch) | |
tree | 6d627089149a8cf2d88bd808cf63bfdf7f6205dc /plugins/groupwise-features/share-folder.h | |
parent | 7f0550bcda96927de8086ccc1cf1d1bfdfffe97b (diff) | |
download | gsoc2013-evolution-dc3973b535b902ff1e7b69a5c71a832657de22a7.tar.gz gsoc2013-evolution-dc3973b535b902ff1e7b69a5c71a832657de22a7.tar.zst gsoc2013-evolution-dc3973b535b902ff1e7b69a5c71a832657de22a7.zip |
Bug #592551 - Build break fix caused by bug #581288
Diffstat (limited to 'plugins/groupwise-features/share-folder.h')
-rw-r--r-- | plugins/groupwise-features/share-folder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/groupwise-features/share-folder.h b/plugins/groupwise-features/share-folder.h index 5108d02c19..8f1f935061 100644 --- a/plugins/groupwise-features/share-folder.h +++ b/plugins/groupwise-features/share-folder.h @@ -30,6 +30,7 @@ G_BEGIN_DECLS #include <camel/camel-store.h> #include <e-gw-connection.h> #include <libedataserverui/e-name-selector.h> +#include <glade/glade-xml.h> #define _SHARE_FOLDER_TYPE (share_folder_get_type ()) #define SHARE_FOLDER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SHARE_FOLDER, ShareFolder)) |