aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@sixlabs.org>2004-04-19 01:49:39 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-04-19 01:49:39 +0800
commitd4d421a5dde39a20ea46ca44c013ad5b3a04a3d1 (patch)
treedda49cd1c3ecf4c2ca3244efdf73c0ae395913cd /calendar/gui/e-calendar-view.c
parent415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2 (diff)
downloadgsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar
gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.gz
gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.bz2
gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.lz
gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.xz
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
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c1
1 files changed, 1 insertions, 0 deletions
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"