From 83bf2090acb12e1b0354f5924a05e0780b0d6ea4 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 4 Aug 2000 23:37:17 +0000 Subject: if oaf isn't initialized by the time the conduit starts, start it up. we * conduits/todo/todo-conduit.c (conduit_get_gpilot_conduit): if oaf isn't initialized by the time the conduit starts, start it up. we do this because we need to start wombat with oaf, and gpilotd doesn't currently start oaf. svn path=/trunk/; revision=4539 --- calendar/conduits/todo/todo-conduit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/conduits/todo/todo-conduit.h') diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h index 05b9c00d18..7ffc1bd5d3 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -14,12 +14,16 @@ #include #include +/* #ifdef USING_OAF #include #else #include #endif +*/ +#include +#include /* This is the local record structure for the GnomeCal conduit. */ typedef struct _GCalLocalRecord GCalLocalRecord; -- cgit v1.2.3