mirror of
https://github.com/mirror/wget.git
synced 2026-08-31 03:37:54 +08:00
Ensure stdio.h is included.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user