From 9dd696af53ee988e80ec2a953d19ebd84ee014fc Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sun, 3 Mar 2024 20:36:34 -0800 Subject: [PATCH] rizin-shell-parser: fix build with newest tree-sitter (again) PR #4365 originally fixed this build failure with newer tree-sitter versions, but the relevant change for this was partially inadvertently reverted in #4165. Signed-off-by: John Helmert III --- subprojects/rizin-shell-parser/src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/rizin-shell-parser/src/parser.c b/subprojects/rizin-shell-parser/src/parser.c index 06e2ba05386..2a6fc4d6431 100644 --- a/subprojects/rizin-shell-parser/src/parser.c +++ b/subprojects/rizin-shell-parser/src/parser.c @@ -1,4 +1,4 @@ -#include +#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push