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.c | 1 + render/textplain.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/render/textplain.c b/render/textplain.c index 1f455f3ad..26f98b671 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -10,6 +10,7 @@ */ #include +#include #include #include "netsurf/content/content.h" #include "netsurf/css/css.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