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 --- desktop/browser.c | 1 + desktop/options.c | 1 + 2 files changed, 2 insertions(+) (limited to 'desktop') diff --git a/desktop/browser.c b/desktop/browser.c index 0b9c2a638..899457b74 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include "curl/curl.h" diff --git a/desktop/options.c b/desktop/options.c index 8668afa74..c289cb0b6 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include "content/urldb.h" -- cgit v1.2.3