From: Brian France Date: Tue, 5 Aug 2003 20:54:43 +0000 (+0000) Subject: added include config.h so shared extensions builds work correctly X-Git-Tag: php-4.3.3RC3~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79f338488e9fb43364669b0824cf28d1ad72e0ee;p=php added include config.h so shared extensions builds work correctly --- 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