aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/component/main.c')
-rw-r--r--executive-summary/component/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c
index 265baf7e86..70fd5e4ae5 100644
--- a/executive-summary/component/main.c
+++ b/executive-summary/component/main.c
@@ -38,6 +38,7 @@
#include "gal/widgets/e-cursors.h"
#include "gal/widgets/e-unicode.h"
+#include <libgnomevfs/gnome-vfs.h>
#include "component-factory.h"
int
@@ -74,6 +75,7 @@ main (int argc,
signal (SIGSEGV, SIG_DFL);
signal (SIGBUS, SIG_DFL);
+ gnome_vfs_init ();
bonobo_main ();
return 0;