summaryrefslogtreecommitdiff
path: root/riscos/download.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 22:50:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 22:50:54 +0000
commit408f78b73793fd8ee3a9bff25afaf55b3b25a495 (patch)
treed4a01f220bb0015c1d931f12f0d281db209f7ead /riscos/download.c
parentf2c97c39200d0d167e17d41f703bb91732901302 (diff)
downloadnetsurf-408f78b73793fd8ee3a9bff25afaf55b3b25a495.tar.gz
netsurf-408f78b73793fd8ee3a9bff25afaf55b3b25a495.tar.bz2
Move schedule.h to utils/
svn path=/trunk/netsurf/; revision=12039
Diffstat (limited to 'riscos/download.c')
-rw-r--r--riscos/download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/download.c b/riscos/download.c
index cdcdebad7..e87436fe7 100644
--- a/riscos/download.c
+++ b/riscos/download.c
@@ -51,6 +51,7 @@
#include "riscos/wimp_event.h"
#include "utils/log.h"
#include "utils/messages.h"
+#include "utils/schedule.h"
#include "utils/url.h"
#include "utils/utf8.h"
#include "utils/utils.h"