- 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.
This commit is contained in:
Moriyoshi Koizumi 2009-02-12 20:04:59 +00:00
parent 6db49f953a
commit 9056e9b355
3 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,8 @@ extern "C" {
#include <php_ini.h>
#include <SAPI.h>
#include <unicode/uchar.h>
#include <unicode/utrans.h>
#include <ext/standard/info.h>
extern zend_module_entry unicode_module_entry;