summaryrefslogtreecommitdiff
path: root/riscos/uri.c
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-08-08 11:39:31 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-08-08 11:39:31 +0000
commitf14d765ca78c8fb0a71cab681f8680d080e9817a (patch)
tree99f9c81996db32fb7a56ff711b7d87446099a624 /riscos/uri.c
parentec6078d374d9d2f2efc15a752ea8ff1c5f274dc7 (diff)
downloadnetsurf-f14d765ca78c8fb0a71cab681f8680d080e9817a.tar.gz
netsurf-f14d765ca78c8fb0a71cab681f8680d080e9817a.tar.bz2
[project @ 2004-08-08 11:39:31 by joty]
Explicit #include of some header files to avoid Norcroft depth 8 limitation when using UnixLib version currently at CVS trunk. svn path=/import/netsurf/; revision=1193
Diffstat (limited to 'riscos/uri.c')
-rw-r--r--riscos/uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/uri.c b/riscos/uri.c
index b07cd00a5..ee4ce10e8 100644
--- a/riscos/uri.c
+++ b/riscos/uri.c
@@ -7,6 +7,7 @@
#include <stdbool.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "oslib/uri.h"
#include "oslib/wimp.h"