]> granicus.if.org Git - php/commitdiff
Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgforma...
authorAnatol Belski <ab@php.net>
Sat, 9 Apr 2016 17:10:53 +0000 (19:10 +0200)
committerAnatol Belski <ab@php.net>
Sat, 9 Apr 2016 17:11:28 +0000 (19:11 +0200)
ext/intl/msgformat/msgformat.c
ext/intl/msgformat/msgformat_attr.c

index e0919ec42b2442d37454ebef82c413300ec12828..d3f8416c031a087a2cb14f93cad02f71c5ca28f2 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "php_intl.h"
 #include "msgformat_class.h"
+#include "msgformat_data.h"
 #include "intl_convert.h"
 
 /* {{{ */
index a20a7e411d74307e7b3b12dbc4c7fcbcc0b932ee..78eb727c6116be9a176e700c59b27a83fdb2598e 100644 (file)
 #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 )