From a0eaa37afe43f744ede39be1a3af55e887034272 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 1 Apr 2015 13:39:25 +0200 Subject: [PATCH] missing includes --- ext/fileinfo/fileinfo.c | 1 + ext/intl/php_intl.h | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index 075397105b..975a0db4c1 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -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 diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index b15d336bc3..638fdef1ca 100644 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -30,6 +30,7 @@ #include "collator/collator_sort.h" #include #include "intl_error.h" +#include "Zend/zend_exceptions.h" extern zend_module_entry intl_module_entry; #define phpext_intl_ptr &intl_module_entry -- 2.40.0