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 8cec5a3e7..57334fba5 100644
--- a/content/content.h
+++ b/content/content.h
@@ -49,6 +49,9 @@
#ifdef WITH_NS_SVG
#include "image/svg.h"
#endif
+#ifdef WITH_RSVG
+#include "image/rsvg.h"
+#endif
struct bitmap;
@@ -171,6 +174,9 @@ struct content {
#ifdef WITH_NS_SVG
struct content_svg_data svg;
#endif
+#ifdef WITH_RSVG
+ struct content_rsvg_data rsvg;
+#endif
} data;
/**< URL for refresh request, in standard form as from url_join. */