summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index a241dde43..b115dc026 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -84,6 +84,9 @@ static const content_type image_types[] = {
#ifdef WITH_WEBP
CONTENT_WEBP,
#endif
+#ifdef WITH_AMIGA_ICON
+ CONTENT_AMIGA_ICON,
+#endif
CONTENT_UNKNOWN };
/* the strings are not important, since we just compare the pointers */