missing includes

This commit is contained in:
Anatol Belski 2015-04-01 13:39:25 +02:00
parent e271ace5f8
commit a0eaa37afe
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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