Skip to content

Commit 02e8c16

Browse files
committed
Merge branch 'PHP-8.2'
2 parents dab783f + 8b70393 commit 02e8c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_disasm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#ifdef HAVE_CAPSTONE
2323
# define HAVE_DISASM 1
24-
# include <capstone/capstone.h>
24+
# include <capstone.h>
2525
# define HAVE_CAPSTONE_ITER 1
2626
#elif ZEND_JIT_TARGET_X86
2727
# define HAVE_DISASM 1

0 commit comments

Comments
 (0)