From 5ba45809f02614cdd481ead5e4c9a8a392b55200 Mon Sep 17 00:00:00 2001 From: David Mosberger Date: Wed, 8 Dec 2004 01:58:00 +0000 Subject: include plugin headers to fix 64 bit problems. 2004-12-08 David Mosberger * gui/main.c: include plugin headers to fix 64 bit problems. svn path=/trunk/; revision=28081 --- calendar/ChangeLog | 4 ++++ calendar/gui/main.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 32b78b0729..0da99b9688 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2004-12-08 David Mosberger + + * gui/main.c: include plugin headers to fix 64 bit problems. + 2004-12-06 Rodrigo Moya Fixes #67403 diff --git a/calendar/gui/main.c b/calendar/gui/main.c index e3afeab6ac..63da655858 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -47,6 +47,8 @@ #include #include "e-cal-config.h" +#include "e-cal-popup.h" +#include "e-cal-menu.h" #define FACTORY_ID "OAFIID:GNOME_Evolution_Calendar_Factory:" BASE_VERSION -- cgit v1.2.3