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.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.c')
-rw-r--r-- | ext/intl/msgformat/msgformat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/msgformat/msgformat.c b/ext/intl/msgformat/msgformat.c index e0919ec42b..d3f8416c03 100644 --- a/ext/intl/msgformat/msgformat.c +++ b/ext/intl/msgformat/msgformat.c @@ -23,6 +23,7 @@ #include "php_intl.h" #include "msgformat_class.h" +#include "msgformat_data.h" #include "intl_convert.h" /* {{{ */ |