summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre_refcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcrelib/pcre_refcount.c')
-rw-r--r--ext/pcre/pcrelib/pcre_refcount.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/pcre_refcount.c b/ext/pcre/pcrelib/pcre_refcount.c
index 8339019db5..b6a464ce81 100644
--- a/ext/pcre/pcrelib/pcre_refcount.c
+++ b/ext/pcre/pcrelib/pcre_refcount.c
@@ -43,6 +43,11 @@ auxiliary function that can be used to maintain a reference count in a compiled
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"