From 68b9417a6bc8344f68f8a8206d2f2781079bd713 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 12 May 2020 21:21:59 +0100 Subject: consolodate the textsearch code into a single module --- desktop/search.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop') diff --git a/desktop/search.c b/desktop/search.c index df77a8fda..d4abfed92 100644 --- a/desktop/search.c +++ b/desktop/search.c @@ -23,6 +23,8 @@ * Free text search (core) */ +#include + #include "utils/errors.h" #include "content/content.h" #include "netsurf/types.h" -- cgit v1.2.3