From 93e9bfe3232fbcb3531acf07a870ed404c526f27 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Mar 2011 18:26:46 +0000 Subject: Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029 --- render/html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index 469d507a8..07232fca5 100644 --- a/render/html.c +++ b/render/html.c @@ -34,6 +34,7 @@ #include "desktop/browser.h" #include "desktop/gui.h" #include "desktop/options.h" +#include "desktop/schedule.h" #include "image/bitmap.h" #include "render/box.h" #include "render/favicon.h" -- cgit v1.2.3