diff options
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r-- | Zend/zend_API.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c index d324d877d8..23db2b88f1 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -26,8 +26,8 @@ #include "zend_constants.h" #include "zend_operators.h" -#if HAVE_STDARG_H -#include <stdarg.h> +#ifdef HAVE_STDARG_H +# include <stdarg.h> #endif /* these variables are true statics/globals, and have to be mutex'ed on every access */ |