From 9056e9b35522c9d2bd81f1a4a0f9aa33db3fe8e1 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 12 Feb 2009 20:04:59 +0000 Subject: [PATCH] - 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. --- Zend/zend_strtod.c | 1 - Zend/zend_unicode.h | 1 - ext/unicode/php_unicode.h | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1