Browse Source

Fix for pecl bug 14664 - problem with older gcc

PECL
Ed Batutis 18 years ago
parent
commit
8e0529e0d1
  1. 1
      ext/intl/msgformat/msgformat_helpers.cpp

1
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"

Loading…
Cancel
Save