summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-01-23 16:09:05 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-01-23 16:09:05 +0000
commit422df9008913857667ff20bf3ec295c1839cbc45 (patch)
treee3a122c9b871a9487372ca0d958e3c520f89f777 /content
parent54f903d1b457a280f2cf0a677667428dd3dee239 (diff)
downloadnetsurf-422df9008913857667ff20bf3ec295c1839cbc45.tar.gz
netsurf-422df9008913857667ff20bf3ec295c1839cbc45.tar.bz2
[project @ 2005-01-23 16:09:05 by rjw]
Further work on theme installing svn path=/import/netsurf/; revision=1463
Diffstat (limited to 'content')
-rw-r--r--content/fetch.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index e6b998a88..cbd64a0e8 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -38,6 +38,9 @@
#ifdef WITH_POST
#include "netsurf/render/form.h"
#endif
+#ifdef riscos
+#include "netsurf/riscos/gui.h"
+#endif
#include "netsurf/utils/log.h"
#include "netsurf/utils/messages.h"
#include "netsurf/utils/url.h"
@@ -99,7 +102,6 @@ static struct curl_httppost *fetch_post_convert(struct form_successful_control *
#ifdef riscos
static char * ca_bundle; /**< SSL certificate bundle filename. */
-extern const char * const NETSURF_DIR;
#endif