From: Gwynne Raskind Date: Sun, 7 Aug 2011 15:07:53 +0000 (+0000) Subject: Add missing php.h include X-Git-Tag: php-5.4.0beta1~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1607c8901d47c7f9c99acfdb9573eeab868aecc3;p=php Add 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"