add missing unicode include to query.c

it causes problems with building tree-sitter with cgo
This commit is contained in:
Maxim Sukharev 2019-11-28 01:32:41 +01:00 committed by GitHub
parent 284489a83b
commit a647de1ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
#include "./bits.h"
#include "./point.h"
#include "./tree_cursor.h"
#include "./unicode.h"
#include <wctype.h>
/*