summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/php.h b/main/php.h
index 4134f7b3d4..f23e18eebf 100644
--- a/main/php.h
+++ b/main/php.h
@@ -224,13 +224,8 @@ typedef unsigned int socklen_t;
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
-#if HAVE_STDARG_H
+
#include <stdarg.h>
-#else
-# if HAVE_SYS_VARARGS_H
-# include <sys/varargs.h>
-# endif
-#endif
#include "php_stdint.h"