Commit:    c1ac3252288c2eeb0b9278458ad15e19912a945a
Author:    Gustavo André dos Santos Lopes <cataphr...@php.net>         Wed, 6 
Jun 2012 12:10:00 +0200
Parents:   52d541a3149d4a21e9f45fa80b26c338636f92c4
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=c1ac3252288c2eeb0b9278458ad15e19912a945a

Log:
Fix ext/intl build on ICU < 4.8

Changed paths:
  M  ext/intl/msgformat/msgformat_data.c


Diff:
diff --git a/ext/intl/msgformat/msgformat_data.c 
b/ext/intl/msgformat/msgformat_data.c
index 4f93d6d..527c1d4 100755
--- a/ext/intl/msgformat/msgformat_data.c
+++ b/ext/intl/msgformat/msgformat_data.c
@@ -21,6 +21,8 @@
 #include <unicode/ustring.h>
 #include "msgformat_data.h"
 
+#include "msgformat_class.h"
+
 /* {{{ void msgformat_data_init( msgformat_data* mf_data )
  * Initialize internals of msgformat_data.
  */


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to