aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-fs.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-02-06 06:37:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-06 06:37:24 +0800
commit19daa2bae2b85ad1f4f7b038248e84ad8c5eb530 (patch)
tree7060ee058732901d00d32ac2641285ef268b8265 /camel/camel-stream-fs.c
parent86dab2c4faa4184a7ced66d4c2343fb32847e2fd (diff)
downloadgsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.tar
gsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.tar.gz
gsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.tar.bz2
gsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.tar.lz
gsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.tar.xz
gsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.tar.zst
gsoc2013-evolution-19daa2bae2b85ad1f4f7b038248e84ad8c5eb530.zip
Added a missing #include.
2001-02-05 Christopher James Lahey <clahey@helixcode.com> * camel-stream-fs.c: Added a missing #include. * camel-search-private.c: Added a missing #include. svn path=/trunk/; revision=7999
Diffstat (limited to 'camel/camel-stream-fs.c')
-rw-r--r--camel/camel-stream-fs.c1
1 files changed, 1 insertions, 0 deletions
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 <config.h>
#include "camel-stream-fs.h"
+#include "camel-session.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>