diff options
author | Anatol Belski <ab@php.net> | 2016-04-09 19:10:53 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-04-09 19:11:28 +0200 |
commit | 58ea2ad4897b74b0a11d3da8a64c557ff18b0021 (patch) | |
tree | 3d3e7ba098096a2266e530ebd5b6022c6cd6c7bc /ext/intl/msgformat/msgformat_attr.c | |
parent | fcbd95930cd5fca03725ec09feff8ae209ec5f6c (diff) | |
download | php-git-58ea2ad4897b74b0a11d3da8a64c557ff18b0021.tar.gz |
Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c
Diffstat (limited to 'ext/intl/msgformat/msgformat_attr.c')
-rw-r--r-- | ext/intl/msgformat/msgformat_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_attr.c b/ext/intl/msgformat/msgformat_attr.c index a20a7e411d..78eb727c61 100644 --- a/ext/intl/msgformat/msgformat_attr.c +++ b/ext/intl/msgformat/msgformat_attr.c @@ -21,11 +21,11 @@ #include "php_intl.h" #include "msgformat_class.h" #include "msgformat_attr.h" +#include "msgformat_data.h" #include "intl_convert.h" #include <unicode/ustring.h> - /* {{{ proto string MessageFormatter::getPattern( ) * Get formatter pattern. }}} */ /* {{{ proto string msgfmt_get_pattern( MessageFormatter $mf ) |