summaryrefslogtreecommitdiff
path: root/utils/utf8.c
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2007-06-15 22:07:11 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2007-06-15 22:07:11 +0000
commit43257a160bbdef8a8381fc7cc01741568ae1e320 (patch)
tree6f34e444c24604101fe6868e9a19d4ee97c97444 /utils/utf8.c
parented61b382bc12f15df4bb5306efb7980e7dc293aa (diff)
downloadnetsurf-43257a160bbdef8a8381fc7cc01741568ae1e320.tar.gz
netsurf-43257a160bbdef8a8381fc7cc01741568ae1e320.tar.bz2
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
Diffstat (limited to 'utils/utf8.c')
-rw-r--r--utils/utf8.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
#include <stdlib.h>
#include <string.h>
-
+#define LIBICONV_PLUG
#include <iconv.h>
#include "utils/log.h"