diff options
Diffstat (limited to 'ext/intl/converter/converter.c')
-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 387760a9d..5f2d1e7fa 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; |