From: Christopher James Lahey Date: Mon, 5 Feb 2001 22:37:24 +0000 (+0000) Subject: Added a missing #include. X-Git-Tag: upstream/3.7.4~11145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8eeb0d77b8da5412b3e1d978f9a6458561ba5b28;p=platform%2Fupstream%2Fevolution-data-server.git Added a missing #include. 2001-02-05 Christopher James Lahey * camel-stream-fs.c: Added a missing #include. * camel-search-private.c: Added a missing #include. --- diff --git a/camel/ChangeLog b/camel/ChangeLog index 8554ea2..c042c72 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-02-05 Christopher James Lahey + + * camel-stream-fs.c: Added a missing #include. + + * camel-search-private.c: Added a missing #include. + 2001-02-05 Jeffrey Stedfast * camel-remote-store.c (remote_query_auth_types): Oops. Change diff --git a/camel/camel-search-private.c b/camel/camel-search-private.c index 94c6c1a..e000bcd 100644 --- a/camel/camel-search-private.c +++ b/camel/camel-search-private.c @@ -30,6 +30,8 @@ #include #include +#include + #include "camel-exception.h" #include "camel-mime-message.h" #include "camel-multipart.h" diff --git a/camel/camel-stream-fs.c b/camel/camel-stream-fs.c index 69947b6..1e2a6bd 100644 --- a/camel/camel-stream-fs.c +++ b/camel/camel-stream-fs.c @@ -25,6 +25,7 @@ #include #include "camel-stream-fs.h" +#include "camel-session.h" #include #include #include