diff options
Diffstat (limited to 'ext/intl/intl_error.h')
-rw-r--r-- | ext/intl/intl_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/intl_error.h b/ext/intl/intl_error.h index 6a809e8e39..7e8f0cf5e4 100644 --- a/ext/intl/intl_error.h +++ b/ext/intl/intl_error.h @@ -21,7 +21,7 @@ #include <unicode/utypes.h> #include <unicode/parseerr.h> -#include <ext/standard/php_smart_str.h> +#include <zend_smart_str_public.h> #define INTL_ERROR_CODE(e) (e).code |