summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 6d8d50dc7..9541eb428 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -78,6 +78,9 @@
#ifdef WITH_WEBP
#include "image/webp.h"
#endif
+#ifdef WITH_AMIGA_ICON
+#include "amiga/icon.h"
+#endif
struct bitmap;
@@ -153,6 +156,9 @@ struct content {
#ifdef WITH_WEBP
struct content_webp_data webp;
#endif
+#ifdef WITH_AMIGA_ICON
+ struct content_amiga_icon_data amiga_icon;
+#endif
} data;
/**< URL for refresh request, in standard form as from url_join. */