From 25018c455b1297b72bb793a8eba7bc9426e28326 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 11 Aug 2008 16:44:12 +0000 Subject: Make nsgtk compile on Mac OS X. svn path=/trunk/netsurf/; revision=5031 --- utils/utf8.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/utf8.c') diff --git a/utils/utf8.c b/utils/utf8.c index 2ebac31b6..4c3c612f5 100644 --- a/utils/utf8.c +++ b/utils/utf8.c @@ -25,8 +25,10 @@ #include #include #include +#include #include +#include "utils/config.h" #include "utils/log.h" #include "utils/utf8.h" -- cgit v1.2.3