From a7f3ad42a4e73e79426b055d6e8c95288cf761c1 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Mon, 2 Dec 2002 18:19:17 +0000 Subject: Fixing build on WIn32 MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32 --- ext/mbstring/php_unicode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mbstring/php_unicode.c') diff --git a/ext/mbstring/php_unicode.c b/ext/mbstring/php_unicode.c index d7010337a1..968ca22277 100644 --- a/ext/mbstring/php_unicode.c +++ b/ext/mbstring/php_unicode.c @@ -36,6 +36,7 @@ #include "php.h" #include "php_ini.h" +#include "mbstring.h" #if HAVE_MBSTRING -- cgit v1.2.1