summaryrefslogtreecommitdiff
path: root/desktop/search.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-01 17:22:17 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-01 19:51:19 +0100
commit57427620704c707fa5d50eb6f01a5c4654708c4c (patch)
treedb046ce7188be5133fbbaf4da7da7e167858a601 /desktop/search.c
parentf4f67698eb6eb92a8ac606f771401c0c480d0ad5 (diff)
downloadnetsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.gz
netsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.bz2
split browser and browser_window operations
Diffstat (limited to 'desktop/search.c')
-rw-r--r--desktop/search.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/search.c b/desktop/search.c
index 201d416dd..3d3e7704f 100644
--- a/desktop/search.c
+++ b/desktop/search.c
@@ -18,11 +18,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
- /** \file
+/**
+ * \file
* Free text search (core)
*/
#include "content/content.h"
+#include "netsurf/types.h"
+#include "netsurf/browser_window.h"
#include "desktop/browser_private.h"
#include "desktop/search.h"