diff options
author | Ed Batutis <ebatutis@php.net> | 2008-10-16 18:06:05 +0000 |
---|---|---|
committer | Ed Batutis <ebatutis@php.net> | 2008-10-16 18:06:05 +0000 |
commit | 8e0529e0d17157a162dbb7f10374b1ed9f7f5290 (patch) | |
tree | e4f9bca73608591da08f36c8fc6b2b80ccd98590 /ext/intl/msgformat/msgformat_helpers.cpp | |
parent | 0c5b6a66a9853032880575e21183cd2b0eb2de25 (diff) | |
download | php-git-8e0529e0d17157a162dbb7f10374b1ed9f7f5290.tar.gz |
Fix for pecl bug 14664 - problem with older gcc
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.cpp')
-rwxr-xr-x | ext/intl/msgformat/msgformat_helpers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/msgformat/msgformat_helpers.cpp b/ext/intl/msgformat/msgformat_helpers.cpp index 8b7c8e6f87..1895de2c86 100755 --- a/ext/intl/msgformat/msgformat_helpers.cpp +++ b/ext/intl/msgformat/msgformat_helpers.cpp @@ -20,6 +20,7 @@ #include <math.h> #include <unicode/msgfmt.h> +#include <unicode/chariter.h> extern "C" { #include "php_intl.h" |