diff options
Diffstat (limited to 'ext/pcre/pcrelib/internal.h')
-rw-r--r-- | ext/pcre/pcrelib/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/internal.h b/ext/pcre/pcrelib/internal.h index 544f1c2736..43039570f0 100644 --- a/ext/pcre/pcrelib/internal.h +++ b/ext/pcre/pcrelib/internal.h @@ -42,7 +42,7 @@ modules, but which are not relevant to the outside. */ #elif defined(NETWARE) # include "config.nw.h" #else -# include "php_config.h" +# include <php_config.h> #endif #ifndef PCRE_SPY |