summaryrefslogtreecommitdiff
path: root/content/handlers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-01 21:36:50 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-01 21:36:50 +0100
commit19cd5cb3b3771592110b7400558727b71a005f63 (patch)
tree93df90e4c77166996e44f102fd605793f86d40bf /content/handlers
parent986d4d5f82cfc96d9308e710aeeff0feac1bec4a (diff)
downloadnetsurf-19cd5cb3b3771592110b7400558727b71a005f63.tar.gz
netsurf-19cd5cb3b3771592110b7400558727b71a005f63.tar.bz2
add missing include
Diffstat (limited to 'content/handlers')
-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"