summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/handlers/html/html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index 72305266c..2f6377f80 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -56,8 +56,9 @@
#include "desktop/gui_internal.h"
#include "html/html.h"
-#include "html/html_save.h"
#include "html/html_internal.h"
+#include "html/object.h"
+#include "html/html_save.h"
#include "html/interaction.h"
#include "html/box.h"
#include "html/box_construct.h"