diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-09-19 01:14:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2006-09-19 01:14:19 +0800 |
commit | a4145c3b74069466a54b9e46c73042d022416ce7 (patch) | |
tree | 79a7cf0f283030d926512f6cc4d03ee4128e2465 /a11y | |
parent | aabd9eca951452fb3092a29ea4a178bb8cfa09d3 (diff) | |
download | gsoc2013-evolution-a4145c3b74069466a54b9e46c73042d022416ce7.tar.gz gsoc2013-evolution-a4145c3b74069466a54b9e46c73042d022416ce7.tar.zst gsoc2013-evolution-a4145c3b74069466a54b9e46c73042d022416ce7.zip |
Fixes #351332
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
Fixes #351332
* calendar/ea-gnome-calendar.c:
Fix implicit function declarations.
svn path=/trunk/; revision=32787
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/ChangeLog | 7 | ||||
-rw-r--r-- | a11y/calendar/ea-gnome-calendar.c | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 0b854e193c..5e0451c524 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,5 +1,12 @@ 2006-09-18 Matthew Barnes <mbarnes@redhat.com> + Fixes #351332 + + * calendar/ea-gnome-calendar.c: + Fix implicit function declarations. + +2006-09-18 Matthew Barnes <mbarnes@redhat.com> + Fixes #353472 * widgets/ea-calendar-cell.c: (ea_calendar_cell_finalize) diff --git a/a11y/calendar/ea-gnome-calendar.c b/a11y/calendar/ea-gnome-calendar.c index fc0027008f..87bc568310 100644 --- a/a11y/calendar/ea-gnome-calendar.c +++ b/a11y/calendar/ea-gnome-calendar.c @@ -28,6 +28,7 @@ #include <string.h> #include <gtk/gtknotebook.h> #include <libecal/e-cal-time-util.h> +#include <libedataserver/e-data-server-util.h> #include <libgnome/gnome-i18n.h> static void ea_gnome_calendar_class_init (EaGnomeCalendarClass *klass); |