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
This commit is contained in:
Trent Lloyd
2004-04-18 17:49:39 +00:00
committed by Rodrigo Moya
parent 415fbd7101
commit d4d421a5dd
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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"