From a784d112c5559e13b4a012ffa37b447ddd20b84c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 13 Feb 2006 00:17:44 +0000 Subject: [project @ 2006-02-13 00:17:44 by jmb] Add missing includes svn path=/import/netsurf/; revision=2079 --- render/textplain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/textplain.h') diff --git a/render/textplain.h b/render/textplain.h index c60ddadd0..27da768ee 100644 --- a/render/textplain.h +++ b/render/textplain.h @@ -12,6 +12,8 @@ #ifndef _NETSURF_RENDER_TEXTPLAIN_H_ #define _NETSURF_RENDER_TEXTPLAIN_H_ +#include + struct content; struct content_textplain_data { -- cgit v1.2.3