From: Matthew Barnes Date: Thu, 29 Sep 2011 17:29:11 +0000 (-0400) Subject: Forgot a couple #includes. X-Git-Tag: upstream/3.7.4~1543 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e9dfc4ddd71bcd57188af08fde0b3e37b6cb5aa;p=platform%2Fupstream%2Fevolution-data-server.git Forgot a couple #includes. --- diff --git a/services/evolution-addressbook-factory/evolution-addressbook-factory.c b/services/evolution-addressbook-factory/evolution-addressbook-factory.c index 4e54e6f..3d41dd5 100644 --- a/services/evolution-addressbook-factory/evolution-addressbook-factory.c +++ b/services/evolution-addressbook-factory/evolution-addressbook-factory.c @@ -18,6 +18,7 @@ #include #include +#include #include #ifdef ENABLE_MAINTAINER_MODE diff --git a/services/evolution-calendar-factory/evolution-calendar-factory.c b/services/evolution-calendar-factory/evolution-calendar-factory.c index 9936728..403f888 100644 --- a/services/evolution-calendar-factory/evolution-calendar-factory.c +++ b/services/evolution-calendar-factory/evolution-calendar-factory.c @@ -18,6 +18,7 @@ #include #include +#include #include #ifdef ENABLE_MAINTAINER_MODE