summaryrefslogtreecommitdiff
path: root/render/textplain.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-02-13 00:17:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-02-13 00:17:44 +0000
commita784d112c5559e13b4a012ffa37b447ddd20b84c (patch)
tree4bcaf9075d512da390a91971448601793477115d /render/textplain.h
parent415254c326ea4c34d991104ffb2419f57098a7f7 (diff)
downloadnetsurf-a784d112c5559e13b4a012ffa37b447ddd20b84c.tar.gz
netsurf-a784d112c5559e13b4a012ffa37b447ddd20b84c.tar.bz2
[project @ 2006-02-13 00:17:44 by jmb]
Add missing includes svn path=/import/netsurf/; revision=2079
Diffstat (limited to 'render/textplain.h')
-rw-r--r--render/textplain.h2
1 files changed, 2 insertions, 0 deletions
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 <iconv.h>
+
struct content;
struct content_textplain_data {