From 009025e00d073e70a9107183068bba31525c2159 Mon Sep 17 00:00:00 2001 From: "Stig S. Bakken" Date: Mon, 6 Sep 1999 16:14:08 +0000 Subject: * header file cleanup * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there? --- Zend/zend_sprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zend/zend_sprintf.c') 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 +#ifdef HAVE_STDARG_H +# include #endif #if BROKEN_SPRINTF -- cgit v1.2.1