summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-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 44fcb54b1..ae7c1787b 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -78,6 +78,9 @@ static const content_type image_types[] = {
#ifdef WITH_DRAW
CONTENT_DRAW,
#endif
+#ifdef WITH_PLUGIN
+ CONTENT_PLUGIN,
+#endif
#ifdef WITH_ARTWORKS
CONTENT_ARTWORKS,
#endif