summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 7d543d49a..8cec5a3e7 100644
--- a/content/content.h
+++ b/content/content.h
@@ -46,7 +46,9 @@
#ifdef WITH_ARTWORKS
#include "riscos/artworks.h"
#endif
+#ifdef WITH_NS_SVG
#include "image/svg.h"
+#endif
struct bitmap;
@@ -166,7 +168,9 @@ struct content {
#ifdef WITH_ARTWORKS
struct content_artworks_data artworks;
#endif
+#ifdef WITH_NS_SVG
struct content_svg_data svg;
+#endif
} data;
/**< URL for refresh request, in standard form as from url_join. */