From: hniksic Date: Wed, 6 Jul 2005 22:42:45 +0000 (-0700) Subject: [svn] Include before redefining stat. X-Git-Tag: v1.13~772 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=2c6515b829ff62a722efb4c270c635521c21c597 [svn] Include before redefining stat. --- diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 648ac500..7ad1d12a 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -40,6 +40,11 @@ so, delete this exception statement from your version. */ Things that apply to *all* compilers, as well as things that are specific to Wget, belong in src/mswindows.h. */ + +/* For all compilers: must include before redefining + stat. */ + +#include /* -------------------- */ /* MinGW (GCC) section. */