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/box.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index fb5e4c5bd..dbff18cf2 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.25 2003/05/22 13:21:45 bursa Exp $ + * $Id: box.h,v 1.26 2003/06/17 19:24:21 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -8,7 +8,9 @@ #include #include "libxml/HTMLparser.h" #include "netsurf/css/css.h" +#ifdef riscos #include "netsurf/riscos/font.h" +#endif /** * structures -- cgit v1.2.3