summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 21c4f399c..52a22e5ef 100644
--- a/content/content.h
+++ b/content/content.h
@@ -115,6 +115,9 @@
#ifdef WITH_GIF
#include "netsurf/image/gif.h"
#endif
+#ifdef WITH_BMP
+#include "netsurf/image/bmp.h"
+#endif
#ifdef WITH_PLUGIN
#include "netsurf/riscos/plugin.h"
#endif
@@ -230,6 +233,9 @@ struct content {
#ifdef WITH_GIF
struct content_gif_data gif;
#endif
+#ifdef WITH_BMP
+ struct content_bmp_data bmp;
+#endif
#ifdef WITH_MNG
struct content_mng_data mng;
#endif