summaryrefslogtreecommitdiff
path: root/Zend/zend_sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_sprintf.c')
-rw-r--r--Zend/zend_sprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c
index 1094451cec..878ba32d28 100644
--- a/Zend/zend_sprintf.c
+++ b/Zend/zend_sprintf.c
@@ -22,8 +22,8 @@
#include "zend.h"
-#if HAVE_STDARG_H
-#include <stdarg.h>
+#ifdef HAVE_STDARG_H
+# include <stdarg.h>
#endif
#if BROKEN_SPRINTF