From f559054c1a1b0819e52e0f9d04fc55be484746c5 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 23 Jun 2005 17:24:23 +0000 Subject: [project @ 2005-06-23 17:24:23 by rjw] Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762 --- riscos/image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/image.h') diff --git a/riscos/image.h b/riscos/image.h index b2f8b9b09..e480697e6 100644 --- a/riscos/image.h +++ b/riscos/image.h @@ -8,6 +8,8 @@ #ifndef _NETSURF_RISCOS_IMAGE_H_ #define _NETSURF_RISCOS_IMAGE_H_ +#include "oslib/osspriteop.h" + struct osspriteop_area; typedef enum { -- cgit v1.2.3