From: Nuno Lopes Date: Mon, 11 Aug 2008 15:40:41 +0000 (+0000) Subject: fix build when host machine doest has pcre installed X-Git-Tag: BEFORE_HEAD_NS_CHANGE~770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8da607e08fd2414061abbf9492a475653d20c693;p=php fix build when host machine doest has pcre installed --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index c4043f0a2e..e29f01bc1a 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -86,7 +86,7 @@ #include #undef UChar #elif HAVE_PCRE || HAVE_BUNDLED_PCRE -#include +#include "ext/pcre/php_pcre.h" #endif /* }}} */