summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_helpers.cpp
diff options
context:
space:
mode:
authorEd Batutis <ebatutis@php.net>2008-10-16 18:06:05 +0000
committerEd Batutis <ebatutis@php.net>2008-10-16 18:06:05 +0000
commit8e0529e0d17157a162dbb7f10374b1ed9f7f5290 (patch)
treee4f9bca73608591da08f36c8fc6b2b80ccd98590 /ext/intl/msgformat/msgformat_helpers.cpp
parent0c5b6a66a9853032880575e21183cd2b0eb2de25 (diff)
downloadphp-git-8e0529e0d17157a162dbb7f10374b1ed9f7f5290.tar.gz
Fix for pecl bug 14664 - problem with older gcc
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.cpp')
-rwxr-xr-xext/intl/msgformat/msgformat_helpers.cpp1
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"