gwynne Sun, 07 Aug 2011 15:07:53 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=314431
Log: Add missing php.h include Changed paths: U php/php-src/branches/PHP_5_4/ext/intl/resourcebundle/resourcebundle_class.h Modified: php/php-src/branches/PHP_5_4/ext/intl/resourcebundle/resourcebundle_class.h =================================================================== --- php/php-src/branches/PHP_5_4/ext/intl/resourcebundle/resourcebundle_class.h 2011-08-07 14:45:45 UTC (rev 314430) +++ php/php-src/branches/PHP_5_4/ext/intl/resourcebundle/resourcebundle_class.h 2011-08-07 15:07:53 UTC (rev 314431) @@ -20,6 +20,7 @@ #include <unicode/ures.h> #include <zend.h> +#include "php.h" #include "intl_error.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php