]> granicus.if.org Git - php/commitdiff
fix build when host machine doest has pcre installed
authorNuno Lopes <nlopess@php.net>
Mon, 11 Aug 2008 15:40:41 +0000 (15:40 +0000)
committerNuno Lopes <nlopess@php.net>
Mon, 11 Aug 2008 15:40:41 +0000 (15:40 +0000)
ext/mbstring/mbstring.c

index c4043f0a2eb24f64679cb81e70e9788b53de6f4a..e29f01bc1aeb6ea3991bfb222b2c3eeb4946bd71 100644 (file)
@@ -86,7 +86,7 @@
 #include <oniguruma.h>
 #undef UChar
 #elif HAVE_PCRE || HAVE_BUNDLED_PCRE
-#include <pcre.h>
+#include "ext/pcre/php_pcre.h"
 #endif
 /* }}} */