diff --git a/Zend/zend_API.c b/Zend/zend_API.c index c856b6672dd..e0040713c41 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -25,7 +25,7 @@ #include "zend_constants.h" #ifdef HAVE_STDARG_H -# include +#include #endif /* these variables are true statics/globals, and have to be mutex'ed on every access */ @@ -952,4 +952,4 @@ ZEND_API int zend_disable_function(char *function_name, uint function_name_lengt } disabled_function[0].fname = function_name; return zend_register_functions(disabled_function, CG(function_table)); -} \ No newline at end of file +}