diff options
author | Gustavo Lopes <glopes@nebm.ist.utl.pt> | 2013-02-24 00:30:08 +0100 |
---|---|---|
committer | Gustavo Lopes <glopes@nebm.ist.utl.pt> | 2013-02-24 00:49:01 +0100 |
commit | 97f22702c4b3af574049160f20982d1e38424296 (patch) | |
tree | 0ea80105d031c912b91bcf54ed8f2632df28df56 | |
parent | fa3cb8608c35096dc5037291ab29548cdcf6a954 (diff) | |
download | php-git-97f22702c4b3af574049160f20982d1e38424296.tar.gz |
Fix ext/intl build with phpize
Fixes bug #64284.
-rw-r--r-- | ext/intl/converter/converter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unicode/ucnv.h> #include <unicode/ustring.h> -#include "ext/intl/intl_error.h" +#include "../intl_error.h" typedef struct _php_converter_object { zend_object obj; |