diff options
author | Trent Lloyd <lathiat@sixlabs.org> | 2004-04-19 01:49:39 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-04-19 01:49:39 +0800 |
commit | d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1 (patch) | |
tree | dda49cd1c3ecf4c2ca3244efdf73c0ae395913cd | |
parent | 415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2 (diff) | |
download | gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.gz gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.zst gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.zip |
include libecal/e-cal-component.h to kill implicit declaration of
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.
svn path=/trunk/; revision=25504
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/e-calendar-view.c | 1 |
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" |