mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
missing includes
This commit is contained in:
parent
e271ace5f8
commit
a0eaa37afe
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#include "ext/standard/file.h" /* needed for context stuff */
|
||||
#include "php_fileinfo.h"
|
||||
#include "fopen_wrappers.h" /* needed for is_url */
|
||||
#include "Zend/zend_exceptions.h"
|
||||
|
||||
#ifndef _S_IFDIR
|
||||
# define _S_IFDIR S_IFDIR
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "collator/collator_sort.h"
|
||||
#include <unicode/ubrk.h>
|
||||
#include "intl_error.h"
|
||||
#include "Zend/zend_exceptions.h"
|
||||
|
||||
extern zend_module_entry intl_module_entry;
|
||||
#define phpext_intl_ptr &intl_module_entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue