mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Ensure stdio.h is included.
This commit is contained in:
parent
f0438edcf2
commit
8216f0acc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user