summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-12 21:21:59 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-12 21:29:32 +0100
commit68b9417a6bc8344f68f8a8206d2f2781079bd713 (patch)
tree3d17a1a61f50f87f84bb6d2c3938bb6474477679 /desktop
parent3c7538a9f906e38e78be0300049f9e49839d7fd7 (diff)
downloadnetsurf-68b9417a6bc8344f68f8a8206d2f2781079bd713.tar.gz
netsurf-68b9417a6bc8344f68f8a8206d2f2781079bd713.tar.bz2
consolodate the textsearch code into a single module
Diffstat (limited to 'desktop')
-rw-r--r--desktop/search.c2
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h>
+
#include "utils/errors.h"
#include "content/content.h"
#include "netsurf/types.h"