From b27b9fbf5810f981aac47d340bf710f31fe36ff4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 6 Jan 2011 23:43:06 +0000 Subject: Fix compilation when WITH_AMIGA_ICON is not defined svn path=/trunk/netsurf/; revision=11232 --- amiga/icon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/icon.h') diff --git a/amiga/icon.h b/amiga/icon.h index 0efc95136..a89cbdfb0 100644 --- a/amiga/icon.h +++ b/amiga/icon.h @@ -43,5 +43,7 @@ bool amiga_icon_clone(const struct content *old, struct content *new_content); #endif /* WITH_AMIGA_ICON */ +struct hlcache_handle; + void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type); #endif -- cgit v1.2.3