fix(gen): parser.c should include parser.h relatively
This commit is contained in:
parent
6d41d99990
commit
60779cc1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ impl Generator {
|
|||
}
|
||||
|
||||
fn add_includes(&mut self) {
|
||||
add_line!(self, "#include <tree_sitter/parser.h>");
|
||||
add_line!(self, "#include \"tree_sitter/parser.h\"");
|
||||
add_line!(self, "");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue