diff options
Diffstat (limited to 'ext/intl/intl_error.h')
-rw-r--r-- | ext/intl/intl_error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/intl_error.h b/ext/intl/intl_error.h index 06f33a4bd3..b800d10dbf 100644 --- a/ext/intl/intl_error.h +++ b/ext/intl/intl_error.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -21,7 +21,7 @@ #include <unicode/utypes.h> #include <unicode/parseerr.h> -#include <ext/standard/php_smart_str.h> +#include <zend_smart_str.h> #define INTL_ERROR_CODE(e) (e).code |