From 43257a160bbdef8a8381fc7cc01741568ae1e320 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 15 Jun 2007 22:07:11 +0000 Subject: Changes to allow building on Solaris. * Tested on Solaris Express: Developer Edition, which is between Solaris 10 and 11. * Used gcc, libmng etc packages using pkg-get and blastwave's resources. * Had to build lemon and re2c manually. svn path=/trunk/netsurf/; revision=3350 --- render/textplain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index 5ce1b4eae..eb1588dcd 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -13,6 +13,7 @@ #include #include #include +#define LIBICONV_PLUG #include #include "content/content.h" #include "css/css.h" -- cgit v1.2.3