]> granicus.if.org Git - php/commitdiff
Fix for pecl bug 14664 - problem with older gcc
authorEd Batutis <ebatutis@php.net>
Thu, 16 Oct 2008 18:10:43 +0000 (18:10 +0000)
committerEd Batutis <ebatutis@php.net>
Thu, 16 Oct 2008 18:10:43 +0000 (18:10 +0000)
ext/intl/msgformat/msgformat_helpers.cpp

index e48c290b0c3bae4448986191f34510cf9d495fb6..1e1b2d0731285aa9d4d54d8a53eee651397a5778 100755 (executable)
@@ -20,6 +20,7 @@
 
 #include <math.h>
 #include <unicode/msgfmt.h>
+#include <unicode/chariter.h>
 
 extern "C" {
 #include "php_intl.h"