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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-stream.h') diff --git a/camel/camel-stream.h b/camel/camel-stream.h index dec4e638e1..6a2517b0bb 100644 --- a/camel/camel-stream.h +++ b/camel/camel-stream.h @@ -33,9 +33,9 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ -#include #include #include +#include #define CAMEL_STREAM_TYPE (camel_stream_get_type ()) #define CAMEL_STREAM(obj) (CAMEL_CHECK_CAST((obj), CAMEL_STREAM_TYPE, CamelStream)) -- cgit