Ensure stdio.h is included.

This commit is contained in:
Gisle Vanem 2008-09-02 15:57:43 -07:00
parent f0438edcf2
commit 8216f0acc5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-09-02 Gisle Vanem <gvanem@broadpark.no>
* mswindows.h: Must ensure <stdio.h> is included before
we redefine ?vsnprintf().
2008-08-08 Steven Schubiger <stsc@members.fsf.org>
* main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.

View File

@ -78,6 +78,8 @@ as that of the covered work. */
# define strncasecmp strnicmp
#endif
#include <stdio.h>
/* The same for snprintf() and vsnprintf(). */
#define snprintf _snprintf
#define vsnprintf _vsnprintf