]> sjero.net Git - wget/blobdiff - src/mswindows.h
Updated config.guess, config.sub, install.sh.
[wget] / src / mswindows.h
index 36b64d11295005b33043208d978fac1e35648923..71687278d2ab718279bf8645a1520808474ef7df 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for windows
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -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