From: Gustavo Lopes Date: Sat, 23 Feb 2013 23:30:08 +0000 (+0100) Subject: Fix ext/intl build with phpize X-Git-Tag: php-5.5.0alpha6~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97f22702c4b3af574049160f20982d1e38424296;p=php Fix ext/intl build with phpize Fixes bug #64284. --- diff --git a/ext/intl/converter/converter.c b/ext/intl/converter/converter.c index 387760a9d1..5f2d1e7fa7 100644 --- a/ext/intl/converter/converter.c +++ b/ext/intl/converter/converter.c @@ -21,7 +21,7 @@ #include #include -#include "ext/intl/intl_error.h" +#include "../intl_error.h" typedef struct _php_converter_object { zend_object obj;