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:
parent
4c422b1c2b
commit
2c6515b829
@ -40,6 +40,11 @@ so, delete this exception statement from your version. */
|
|||||||
|
|
||||||
Things that apply to *all* compilers, as well as things that are
|
Things that apply to *all* compilers, as well as things that are
|
||||||
specific to Wget, belong in src/mswindows.h. */
|
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. */
|
/* MinGW (GCC) section. */
|
||||||
|
Loading…
Reference in New Issue
Block a user