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