aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/e-calendar-view.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 25fa64bd72..b810a3f356 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-17 Trent Lloyd <lathiat@sixlabs.org>
+
+ * gui/e-calendar-view.c: include libecal/e-cal-component.h to kill
+ implicit declaration of e_cal_component_get_recur_id_as_string at line
+ 869.
+
2004-04-15 Gary Ekker <gekker@novell.com>
Fixes #52271
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index f6736ee34a..07ab175fe2 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -33,6 +33,7 @@
#include "e-util/e-dialog-utils.h"
#include "e-calendar-marshal.h"
#include <libecal/e-cal-time-util.h>
+#include <libecal/e-cal-component.h>
#include "calendar-commands.h"
#include "calendar-component.h"