Add missing import of stdint.h

This commit is contained in:
Max Brunsfeld 2014-09-13 00:25:12 -07:00
parent 141cbcfa02
commit f2e2102a25

View file

@ -6,6 +6,7 @@ extern "C" {
#endif
#include <stdio.h>
#include <stdint.h>
#include "tree_sitter/runtime.h"
typedef struct TSTree TSTree;