summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_special.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_special.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_special.c')
-rw-r--r--content/handlers/html/box_special.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/box_special.c b/content/handlers/html/box_special.c
index 9f4a51201..2d3bd054b 100644
--- a/content/handlers/html/box_special.c
+++ b/content/handlers/html/box_special.c
@@ -42,6 +42,7 @@
#include "html/html.h"
#include "html/html_internal.h"
+#include "html/object.h"
#include "html/box.h"
#include "html/box_manipulate.h"
#include "html/box_construct.h"