Re: [evolution-patches] calendar/gui/e-calendar-view.c: minor implicit declaration patch



forgot ChangeLog entry, new patch attached

> Just fixes a minor implicit declaration whim.
-- 
Trent "Lathiat" Lloyd <lathiat bur st>
Bur.st Networking Inc.
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2220
diff -u -r1.2220 ChangeLog
--- calendar/ChangeLog	29 Mar 2004 06:16:45 -0000	1.2220
+++ calendar/ChangeLog	17 Apr 2004 13:35:06 -0000
@@ -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-03-29  Kidd Wang  <kidd wang sun com>
 
 	* gui/e-calendar-view.c: (e_calendar_view_class_init): remove the
Index: calendar/gui/e-calendar-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-calendar-view.c,v
retrieving revision 1.43
diff -u -r1.43 e-calendar-view.c
--- calendar/gui/e-calendar-view.c	29 Mar 2004 06:16:46 -0000	1.43
+++ calendar/gui/e-calendar-view.c	17 Apr 2004 13:35:32 -0000
@@ -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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]