diff options
Diffstat (limited to 'ext/pcre/pcrelib/pcre_refcount.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_refcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_refcount.c b/ext/pcre/pcrelib/pcre_refcount.c index 7d3b7981c4..4209ce23b7 100644 --- a/ext/pcre/pcrelib/pcre_refcount.c +++ b/ext/pcre/pcrelib/pcre_refcount.c @@ -44,7 +44,7 @@ pattern data block. This might be helpful in applications where the block is shared by different users. */ -#include <config.h> +#include "config.h" #include "pcre_internal.h" |