]> sjero.net Git - wget/blobdiff - src/mswindows.h
Ensure stdio.h is included.
[wget] / src / mswindows.h
index 54821a7c63de203de090fa3add0466aefccf2f7d..71687278d2ab718279bf8645a1520808474ef7df 100644 (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