summaryrefslogtreecommitdiff
path: root/dev-lang/php/files/capstone.patch
blob: cd106af06806318c2c235fd88e37c91272649c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN php-8.1.18.orig/ext/opcache/jit/zend_jit_disasm.c php-8.1.18/ext/opcache/jit/zend_jit_disasm.c
--- php-8.1.18.orig/ext/opcache/jit/zend_jit_disasm.c	2023-04-12 17:48:10.349927290 +0200
+++ php-8.1.18/ext/opcache/jit/zend_jit_disasm.c	2023-04-12 17:49:24.920932661 +0200
@@ -21,7 +21,7 @@
 
 #ifdef HAVE_CAPSTONE
 # define HAVE_DISASM 1
-# include <capstone.h>
+# include <capstone/capstone.h>
 # define HAVE_CAPSTONE_ITER 1
 #elif ZEND_JIT_TARGET_X86
 # define HAVE_DISASM 1