summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_construct.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-01 21:25:23 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-01 21:25:23 +0100
commit986d4d5f82cfc96d9308e710aeeff0feac1bec4a (patch)
tree227b490dd7fbd0a1942a554e2e718096a5e3aa75 /content/handlers/html/box_construct.c
parent479d0cb29a74eddc95e3e2292d9d49e8dafdf46f (diff)
downloadnetsurf-986d4d5f82cfc96d9308e710aeeff0feac1bec4a.tar.gz
netsurf-986d4d5f82cfc96d9308e710aeeff0feac1bec4a.tar.bz2
put html content handler object interface into its own header
Diffstat (limited to 'content/handlers/html/box_construct.c')
-rw-r--r--content/handlers/html/box_construct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/box_construct.c b/content/handlers/html/box_construct.c
index fba97641d..f1ea71d3b 100644
--- a/content/handlers/html/box_construct.c
+++ b/content/handlers/html/box_construct.c
@@ -38,6 +38,7 @@
#include "desktop/gui_internal.h"
#include "html/html_internal.h"
+#include "html/object.h"
#include "html/box.h"
#include "html/box_manipulate.h"
#include "html/box_construct.h"