summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcrelib/pcre_get.c')
-rw-r--r--ext/pcre/pcrelib/pcre_get.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/pcre_get.c b/ext/pcre/pcrelib/pcre_get.c
index ba0c8cb21f..64a195e940 100644
--- a/ext/pcre/pcrelib/pcre_get.c
+++ b/ext/pcre/pcrelib/pcre_get.c
@@ -43,6 +43,10 @@ from the subject string after a regex match has succeeded. The original idea
for these functions came from Scott Wimer. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "pcre_internal.h"