Patch for Winlib: struct stat is defined in sys/stat.h, which is not

pulled in by unistd.h on some system.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-01-15 08:17:25 +00:00
parent 37a0271532
commit 732b838637

View File

@@ -56,6 +56,7 @@
#elif (defined(__UNIX__) || defined(__GNUWIN32__))
#include <unistd.h>
#include <sys/stat.h>
#ifdef __GNUWIN32__
#include <windows.h>
#endif