From ebc92ca5e2d2ba117d5712b6437c1f10d0a5fb2d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 16 Dec 2002 15:05:06 +0000 Subject: #include some headers we had forgotten to add previously, also added 2002-12-16 Jeffrey Stedfast * camel.h: #include some headers we had forgotten to add previously, also added camel-mime-filter-enriched.h. * camel-mime-filter-enriched.[c,h]: New stream filter to convert text/enriched and text/richtext into HTML. svn path=/trunk/; revision=19124 --- camel/camel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'camel/camel.h') diff --git a/camel/camel.h b/camel/camel.h index 34214237f9..014e79fafd 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -45,7 +45,10 @@ extern "C" { #include #include #include +#include #include +#include +#include #include #include #include -- cgit v1.2.3