From fe962a2055234adf407999f0557ae25441ca5c35 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:31:40 +0000 Subject: Big header cleanups and nntp compile fix svn path=/trunk/; revision=9024 --- camel/camel-stream-mem.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'camel/camel-stream-mem.c') diff --git a/camel/camel-stream-mem.c b/camel/camel-stream-mem.c index b9012bcccb..afaeca9b0e 100644 --- a/camel/camel-stream-mem.c +++ b/camel/camel-stream-mem.c @@ -23,13 +23,18 @@ * USA */ +#ifdef HAVE_CONFIG_H #include -#include "camel-stream-mem.h" +#endif + +#include #include #include #include #include +#include "camel-stream-mem.h" + static CamelSeekableStreamClass *parent_class = NULL; /* Returns the class for a CamelStreamMem */ -- cgit