mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- 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:
parent
6db49f953a
commit
9056e9b355
3 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue