summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/content_protected.h2
-rw-r--r--content/handlers/html/interaction.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index dbea229a9..fd0924d64 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -31,7 +31,6 @@
#include <libwapcaplet/libwapcaplet.h>
#include "netsurf/content_type.h"
-#include "desktop/search.h" /* search flags enum */
#include "netsurf/mouse.h" /* mouse state enums */
struct nsurl;
@@ -43,6 +42,7 @@ struct object_params;
struct content;
struct redraw_context;
struct rect;
+struct browser_window;
struct browser_window_features;
struct textsearch_context;
struct box;
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
*/