diff options
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 22bc7638f3..1dd70ec31a 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -29,7 +29,7 @@ #if HAVE_PCRE || HAVE_BUNDLED_PCRE -#include "ext/standard/php3_string.h" +#include "ext/standard/php_string.h" #define PREG_PATTERN_ORDER 0 #define PREG_SET_ORDER 1 |