From 2c6515b829ff62a722efb4c270c635521c21c597 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 15:42:45 -0700 Subject: [PATCH] [svn] Include before redefining stat. --- windows/config-compiler.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */ -- 2.39.2