ebatutis                Thu Oct 16 18:06:05 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/intl/msgformat/msgformat_helpers.cpp
diff -u php-src/ext/intl/msgformat/msgformat_helpers.cpp:1.1.2.1 
php-src/ext/intl/msgformat/msgformat_helpers.cpp:1.1.2.2
--- php-src/ext/intl/msgformat/msgformat_helpers.cpp:1.1.2.1    Mon Jul  7 
22:51:03 2008
+++ php-src/ext/intl/msgformat/msgformat_helpers.cpp    Thu Oct 16 18:06:05 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