From 32e8ee9beed73afdc54f4de8d507d175ca5a366a Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 11 Nov 2002 16:32:57 +0000 Subject: [PATCH] MFZE1 --- Zend/zend.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.50.1