ebatutis                Thu Oct 16 18:10:43 2008 UTC

  Modified files:              
    /php-src/ext/intl/msgformat msgformat_helpers.cpp 
  Log:
  Fix for pecl bug 14664 - problem with older gcc
  
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_helpers.cpp?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/intl/msgformat/msgformat_helpers.cpp
diff -u php-src/ext/intl/msgformat/msgformat_helpers.cpp:1.2 
php-src/ext/intl/msgformat/msgformat_helpers.cpp:1.3
--- php-src/ext/intl/msgformat/msgformat_helpers.cpp:1.2        Mon Jul  7 
23:42:29 2008
+++ php-src/ext/intl/msgformat/msgformat_helpers.cpp    Thu Oct 16 18:10:43 2008
@@ -20,6 +20,7 @@
 
 #include <math.h>
 #include <unicode/msgfmt.h>
+#include <unicode/chariter.h>
 
 extern "C" {
 #include "php_intl.h"



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

Reply via email to