diff options
Diffstat (limited to 'calendar/gncal-week-view.h')
-rw-r--r-- | calendar/gncal-week-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gncal-week-view.h b/calendar/gncal-week-view.h index 9b626cf756..c7bfb1a19d 100644 --- a/calendar/gncal-week-view.h +++ b/calendar/gncal-week-view.h @@ -11,6 +11,7 @@ #include <gtk/gtktable.h> #include <libgnome/gnome-defs.h> +#include <libgnomeui/gtkcalendar.h> #include "gncal-day-view.h" @@ -33,6 +34,7 @@ struct _GncalWeekView { struct tm start_of_week; GncalDayView *days[7]; /* the day view widgets */ + GtkCalendar *gtk_calendar; /* At least for now; see the FIXME comments in the .c file */ }; struct _GncalWeekViewClass { |