diff options
Diffstat (limited to 'ext/mbstring/mbregex.c')
-rw-r--r-- | ext/mbstring/mbregex.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mbstring/mbregex.c b/ext/mbstring/mbregex.c index 34a0550cb4..1e6c6effc1 100644 --- a/ext/mbstring/mbregex.c +++ b/ext/mbstring/mbregex.c @@ -23,6 +23,10 @@ #include "php.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #if HAVE_MBREGEX #define re_compile_pattern mbre_compile_pattern |