diff options
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.h')
-rw-r--r-- | calendar/conduits/todo/todo-conduit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h index 2415e189c0..a7f533ddde 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -32,6 +32,7 @@ #include <pi-todo.h> #include <gpilotd/gnome-pilot-conduit.h> #include <gpilotd/gnome-pilot-conduit-sync-abs.h> +#include <libical/src/libical/icaltime.h> #include <cal-client/cal-client.h> #include <e-pilot-map.h> @@ -62,6 +63,7 @@ struct _EToDoConduitContext { char *calendar_file; gboolean calendar_open_success; + icaltimezone *timezone; GList *uids; GList *changed; GHashTable *changed_hash; |