From 87166fdbc10d45ba21081e7a8175a49266e497fb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Apr 2010 09:28:01 +0000 Subject: hlcache_handle is typedeffed. svn path=/trunk/netsurf/; revision=10261 --- riscos/filetype.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riscos/filetype.c b/riscos/filetype.c index 7c111f996..39708cf3a 100644 --- a/riscos/filetype.c +++ b/riscos/filetype.c @@ -23,6 +23,7 @@ #include "oslib/osfile.h" #include "content/content.h" #include "content/fetch.h" +#include "content/hlcache.h" #include "riscos/gui.h" #include "utils/config.h" #include "utils/log.h" @@ -250,7 +251,7 @@ int cmp_type(const void *x, const void *y) * \param content The content to examine. * \return The RISC OS filetype corresponding to the content */ -int ro_content_filetype(struct hlcache_handle *c) +int ro_content_filetype(hlcache_handle *c) { int file_type; os_error *error; -- cgit v1.2.3