summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-11 16:44:12 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-11 16:44:12 +0000
commit25018c455b1297b72bb793a8eba7bc9426e28326 (patch)
tree438e57f78edd43f3b0e20142f5e25a94368544c4 /render
parent1124712760b2dbcd73c67a8e7249b85d860668fc (diff)
downloadnetsurf-25018c455b1297b72bb793a8eba7bc9426e28326.tar.gz
netsurf-25018c455b1297b72bb793a8eba7bc9426e28326.tar.bz2
Make nsgtk compile on Mac OS X.
svn path=/trunk/netsurf/; revision=5031
Diffstat (limited to 'render')
-rw-r--r--render/imagemap.c1
-rw-r--r--render/list.c1
-rw-r--r--render/textplain.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/render/imagemap.c b/render/imagemap.c
index af442484f..9f1c3bf95 100644
--- a/render/imagemap.c
+++ b/render/imagemap.c
@@ -23,6 +23,7 @@
#include <assert.h>
#include <stdbool.h>
#include <string.h>
+#include <strings.h>
#include "content/content.h"
#include "render/box.h"
#include "render/imagemap.h"
diff --git a/render/list.c b/render/list.c
index 5bcf36ffc..8b5ef698e 100644
--- a/render/list.c
+++ b/render/list.c
@@ -23,6 +23,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include "css/css.h"
#include "render/list.h"
#include "utils/log.h"
diff --git a/render/textplain.c b/render/textplain.c
index f85906a10..9503b3dad 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -25,6 +25,7 @@
#include <errno.h>
#include <stddef.h>
#include <string.h>
+#include <strings.h>
#include <math.h>
#include <iconv.h>
#include "content/content.h"