summaryrefslogtreecommitdiff
path: root/content/textsearch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-23 21:17:42 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-23 23:00:08 +0100
commitcfe57002febe0f58dfc87f0173ad42126f1362f4 (patch)
treebf77d4096f3d2c8339d20f8efef6ece8130eab8a /content/textsearch.c
parente65e41e2d6efccba983cd63aadfb10b5b4a935b2 (diff)
downloadnetsurf-cfe57002febe0f58dfc87f0173ad42126f1362f4.tar.gz
netsurf-cfe57002febe0f58dfc87f0173ad42126f1362f4.tar.bz2
remove unused css length usage in selection
Diffstat (limited to 'content/textsearch.c')
-rw-r--r--content/textsearch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/textsearch.c b/content/textsearch.c
index ae3c8a2b1..4ad23cf20 100644
--- a/content/textsearch.c
+++ b/content/textsearch.c
@@ -23,6 +23,8 @@
*/
#include <stdbool.h>
+#include <stddef.h>
+#include <stdlib.h>
#include "utils/errors.h"
#include "utils/utils.h"