summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 4760b9f9f..ef184ce7c 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -28,6 +28,9 @@ typedef enum {
#ifdef WITH_GIF
CONTENT_GIF,
#endif
+#ifdef WITH_BMP
+ CONTENT_BMP,
+#endif
#ifdef WITH_MNG
CONTENT_PNG,
CONTENT_JNG,