Visual C++ needs sys/stat.h too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-03-09 02:42:09 +00:00
parent d41adb6e05
commit b36de7d0ce

View File

@ -44,10 +44,10 @@
#include <stdio.h>
#include <io.h>
#include <sys/stat.h>
#ifdef __GNUWIN32__
#include <wchar.h>
#include <sys/stat.h>
#endif
#ifdef __VISUALC__