diff options
Diffstat (limited to 'ext/pcre/pcrelib/pcre_globals.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_globals.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/pcre_globals.c b/ext/pcre/pcrelib/pcre_globals.c index 3dde1f6e7d..36e6ddb3a8 100644 --- a/ext/pcre/pcrelib/pcre_globals.c +++ b/ext/pcre/pcrelib/pcre_globals.c @@ -52,7 +52,9 @@ a local function is used. Also, when compiling for Virtual Pascal, things are done differently, and global variables are not used. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "pcre_internal.h" |