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 --- utils/utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/utf8.c') diff --git a/utils/utf8.c b/utils/utf8.c index 69414400e..1dcb49e93 100644 --- a/utils/utf8.c +++ b/utils/utf8.c @@ -14,7 +14,7 @@ #include #include #include - +#define LIBICONV_PLUG #include #include "utils/log.h" -- cgit v1.2.1