From: Moriyoshi Koizumi Date: Thu, 12 Feb 2009 20:04:59 +0000 (+0000) Subject: - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with X-Git-Tag: php-5.4.0alpha1~191^2~4290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9056e9b35522c9d2bd81f1a4a0f9aa33db3fe8e1;p=php - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with ICU that comes with the out-of-the-box Mac OS X. --- diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 1c319d040c..83dd3e38c1 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -93,7 +93,6 @@ #include #include -#include #include #include diff --git a/Zend/zend_unicode.h b/Zend/zend_unicode.h index 93ad84cf38..0ffdd46e74 100644 --- a/Zend/zend_unicode.h +++ b/Zend/zend_unicode.h @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/ext/unicode/php_unicode.h b/ext/unicode/php_unicode.h index 22769c8443..12fcaccf33 100644 --- a/ext/unicode/php_unicode.h +++ b/ext/unicode/php_unicode.h @@ -31,6 +31,8 @@ extern "C" { #include #include +#include +#include #include extern zend_module_entry unicode_module_entry;