]> sjero.net Git - wget/blobdiff - src/mswindows.h
Test for Content-Disposition in HTTP auth.
[wget] / src / mswindows.h
index 54821a7c63de203de090fa3add0466aefccf2f7d..a80328743eb8f3a38dbbbb98e0530fa2eda04953 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for windows
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005, 2006, 2007, 2008, 2009 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