compilation fix for windows compilers: _wrename is declared in io.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2007-07-03 21:11:46 +00:00
parent 7fb870e15b
commit 4e0a055757

View File

@ -34,6 +34,9 @@
#include <wctype.h>
#include <time.h>
#ifdef __WINDOWS__
#include <io.h>
#endif
#if defined(HAVE_STRTOK_R) && defined(__DARWIN__) && defined(_MSL_USING_MW_C_HEADERS) && _MSL_USING_MW_C_HEADERS
char *strtok_r(char *, const char *, char **);