diff options
author | Gwynne Raskind <gwynne@php.net> | 2011-08-07 17:15:40 +0000 |
---|---|---|
committer | Gwynne Raskind <gwynne@php.net> | 2011-08-07 17:15:40 +0000 |
commit | f4f7a32121ece4f0005a0b64d93d8067bdfbda39 (patch) | |
tree | 9096d57d581b02285d7ea07b2473fc1c3952b8a6 /ext/intl/resourcebundle | |
parent | 159635f4f5adb8b74e7c51ccd2d7b72f19bae8d4 (diff) | |
download | php-git-f4f7a32121ece4f0005a0b64d93d8067bdfbda39.tar.gz |
Front- and back-port rev 314431 (missing php.h include)
Diffstat (limited to 'ext/intl/resourcebundle')
-rw-r--r-- | ext/intl/resourcebundle/resourcebundle_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/resourcebundle/resourcebundle_class.h b/ext/intl/resourcebundle/resourcebundle_class.h index 65330dd164..4755d723b8 100644 --- a/ext/intl/resourcebundle/resourcebundle_class.h +++ b/ext/intl/resourcebundle/resourcebundle_class.h @@ -20,6 +20,7 @@ #include <unicode/ures.h> #include <zend.h> +#include "php.h" #include "intl_error.h" |