summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-06-27 00:25:08 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-06-27 00:25:08 +0000
commitafceb17b80b04a8f98676d430d0b87c6ac66c4eb (patch)
tree7cfd6449ff0683c132fbccd46344566241cabda1
parent78ea6b315c79ce0ca14be5bbcf8e963ed2cba715 (diff)
downloadnetsurf-afceb17b80b04a8f98676d430d0b87c6ac66c4eb.tar.gz
netsurf-afceb17b80b04a8f98676d430d0b87c6ac66c4eb.tar.bz2
[project @ 2004-06-27 00:25:08 by jmb]
Remove compiler warning svn path=/import/netsurf/; revision=1017
-rw-r--r--riscos/download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/download.c b/riscos/download.c
index 74108b136..03d96b9d1 100644
--- a/riscos/download.c
+++ b/riscos/download.c
@@ -12,6 +12,7 @@
#include "oslib/osfile.h"
#include "oslib/wimp.h"
#include "oslib/wimpspriteop.h"
+#include "netsurf/content/fetch.h"
#include "netsurf/desktop/gui.h"
#include "netsurf/riscos/gui.h"
#include "netsurf/utils/log.h"