summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/content_type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/content_type.h b/content/content_type.h
index a7c59e85a..b183a45e8 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -43,8 +43,10 @@ typedef enum {
CONTENT_BMP,
CONTENT_ICO,
#endif
-#ifdef WITH_MNG
+#if defined(WITH_MNG) || defined(WITH_PNG)
CONTENT_PNG,
+#endif
+#ifdef WITH_MNG
CONTENT_JNG,
CONTENT_MNG,
#endif