From 0c0ff3c59631d0968c888279195ea40d4a7fd824 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 17 Jun 2003 19:24:21 +0000 Subject: [project @ 2003-06-17 19:24:20 by bursa] Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180 --- render/layout.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'render/layout.c') diff --git a/render/layout.c b/render/layout.c index f2b950840..4b8b66cc6 100644 --- a/render/layout.c +++ b/render/layout.c @@ -1,5 +1,5 @@ /** - * $Id: layout.c,v 1.40 2003/04/15 17:53:00 bursa Exp $ + * $Id: layout.c,v 1.41 2003/06/17 19:24:21 bursa Exp $ */ #include @@ -8,11 +8,18 @@ #include #include #include "libxml/HTMLparser.h" +#ifdef riscos #include "netsurf/desktop/gui.h" +#endif +#include "netsurf/content/content.h" #include "netsurf/render/box.h" #include "netsurf/css/css.h" #include "netsurf/render/layout.h" +#ifdef riscos #include "netsurf/riscos/font.h" +#else +#include "netsurf/debug/font.h" +#endif #include "netsurf/utils/utils.h" #define NDEBUG #include "netsurf/utils/log.h" -- cgit v1.2.3