From: Gwynne Raskind Date: Sun, 7 Aug 2011 17:15:40 +0000 (+0000) Subject: Front- and back-port rev 314431 (missing php.h include) X-Git-Tag: php-5.3.7RC5~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4f7a32121ece4f0005a0b64d93d8067bdfbda39;p=php Front- and back-port rev 314431 (missing php.h include) --- 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 #include +#include "php.h" #include "intl_error.h"