summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/box.c')
-rw-r--r--content/handlers/html/box.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/handlers/html/box.c b/content/handlers/html/box.c
index 475e86b47..94c74877f 100644
--- a/content/handlers/html/box.c
+++ b/content/handlers/html/box.c
@@ -33,6 +33,7 @@
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/talloc.h"
+#include "utils/nsurl.h"
#include "netsurf/misc.h"
#include "netsurf/content.h"
#include "netsurf/mouse.h"
@@ -40,10 +41,12 @@
#include "css/dump.h"
#include "desktop/scrollbar.h"
#include "desktop/gui_internal.h"
+#include "desktop/search.h"
#include "html/box.h"
#include "html/form_internal.h"
#include "html/html_internal.h"
+#include "html/interaction.h"
#define box_is_float(box) (box->type == BOX_FLOAT_LEFT || \
box->type == BOX_FLOAT_RIGHT)