From 82bb483964df8f7d04d2131ba3304dc23bb45b5a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 25 Jun 2020 12:33:52 +0100 Subject: remove unesessary header use in protected content --- content/handlers/html/interaction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/handlers') diff --git a/content/handlers/html/interaction.h b/content/handlers/html/interaction.h index fe8beada0..f92e3adb0 100644 --- a/content/handlers/html/interaction.h +++ b/content/handlers/html/interaction.h @@ -24,6 +24,8 @@ #ifndef NETSURF_HTML_INTERACTION_H #define NETSURF_HTML_INTERACTION_H +#include "desktop/search.h" /* search flags enum */ + /** * Context for scrollbar */ -- cgit v1.2.3