aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ChangeLog7
-rw-r--r--a11y/calendar/ea-gnome-calendar.c1
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);