From 19daa2bae2b85ad1f4f7b038248e84ad8c5eb530 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 5 Feb 2001 22:37:24 +0000 Subject: 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. svn path=/trunk/; revision=7999 --- camel/ChangeLog | 6 ++++++ camel/camel-search-private.c | 2 ++ camel/camel-stream-fs.c | 1 + 3 files changed, 9 insertions(+) diff --git a/camel/ChangeLog b/camel/ChangeLog index 8554ea2ab2..c042c728b5 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 94c6c1a355..e000bcd776 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 69947b6cc8..1e2a6bdf55 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 -- cgit v1.2.3