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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 38f381583..50ece50a5 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -81,7 +81,9 @@
#ifdef WITH_AMIGA_ICON
#include "amiga/icon.h"
#endif
-
+#ifdef WITH_APPLE_IMAGE
+#include "cocoa/apple_image.h"
+#endif
struct bitmap;
struct content;
@@ -159,6 +161,9 @@ struct content {
#ifdef WITH_AMIGA_ICON
struct content_amiga_icon_data amiga_icon;
#endif
+#ifdef WITH_APPLE_IMAGE
+ struct content_apple_image_data apple_image;
+#endif
} data;
/**< URL for refresh request, in standard form as from url_join. */