Skip to content

Commit 2a69c3f

Browse files
committed
fix include cacro in tree-sitter-ziggy
1 parent 3518133 commit 2a69c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-sitter-ziggy/src/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <tree_sitter/parser.h>
1+
#include "tree_sitter/parser.h"
22

33
#if defined(__GNUC__) || defined(__clang__)
44
#pragma GCC diagnostic push

0 commit comments

Comments
 (0)