From: Ilia Alshanetsky Date: Mon, 11 Nov 2002 16:32:57 +0000 (+0000) Subject: MFZE1 X-Git-Tag: php-4.3.0RC1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32e8ee9beed73afdc54f4de8d507d175ca5a366a;p=php MFZE1 --- diff --git a/Zend/zend.h b/Zend/zend.h index 4901f468ac..e36ce7db0f 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -129,11 +129,13 @@ const char *zend_mh_bundle_error(void); # define ZEND_EXTENSIONS_SUPPORT 0 #endif +#if HAVE_ALLOCA_H && !defined(_ALLOCA_H) +# include +#endif + /* AIX requires this to be the first thing in the file. */ #ifndef __GNUC__ -# if HAVE_ALLOCA_H -# include -# else +# ifndef HAVE_ALLOCA_H # ifdef _AIX #pragma alloca # else