1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Include <sys/stat.h> before redefining stat.

This commit is contained in:
hniksic 2005-07-06 15:42:45 -07:00
parent 4c422b1c2b
commit 2c6515b829

View File

@ -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 <sys/stat.h> before redefining
stat. */
#include <sys/stat.h>
/* -------------------- */
/* MinGW (GCC) section. */