summaryrefslogtreecommitdiff
path: root/content/handlers/html/html.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-11-12 18:34:39 +0000
committerVincent Sanders <vince@kyllikki.org>2019-11-12 21:54:35 +0000
commitb9bc34b8753d2b67f049ea1773dc0004a2d93eb9 (patch)
tree087f5409aa3ada508b44743096bd90e67a1b1a25 /content/handlers/html/html.c
parent82d4a2265b3e6b52995ab42ac162b0fee7d9e910 (diff)
downloadnetsurf-b9bc34b8753d2b67f049ea1773dc0004a2d93eb9.tar.gz
netsurf-b9bc34b8753d2b67f049ea1773dc0004a2d93eb9.tar.bz2
split out html interaction header elements and rename source
Diffstat (limited to 'content/handlers/html/html.c')
-rw-r--r--content/handlers/html/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index 88c77fdd0..25633a875 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -57,6 +57,7 @@
#include "html/html.h"
#include "html/html_save.h"
#include "html/html_internal.h"
+#include "html/interaction.h"
#include "html/box.h"
#include "html/form_internal.h"
#include "html/imagemap.h"