X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fmswindows.h;h=71687278d2ab718279bf8645a1520808474ef7df;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=36b64d11295005b33043208d978fac1e35648923;hpb=462e643a7e31676eceda23e634241f7b4d2cd7bb;p=wget diff --git a/src/mswindows.h b/src/mswindows.h index 36b64d11..71687278 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -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 + /* The same for snprintf() and vsnprintf(). */ #define snprintf _snprintf #define vsnprintf _vsnprintf