summaryrefslogtreecommitdiff
path: root/lang/php85/files/patch-ext_pcre_php__pcre.h
blob: 56c6dc75f6e3fea03a8aa2e88f0490a270f2bf86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ext/pcre/php_pcre.h.orig	2024-07-28 11:55:02 UTC
+++ ext/pcre/php_pcre.h
@@ -20,7 +20,7 @@
 #ifdef HAVE_BUNDLED_PCRE
 #include "pcre2lib/pcre2.h"
 #else
-#include "pcre2.h"
+#include <pcre2.h>
 #endif
 
 #include <locale.h>