diff options
Diffstat (limited to 'win32/win32io.c')
-rw-r--r-- | win32/win32io.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/win32io.c b/win32/win32io.c index 333b64a7ec..b4f58242cf 100644 --- a/win32/win32io.c +++ b/win32/win32io.c @@ -16,7 +16,7 @@ extern "C" { #include <assert.h> #include <errno.h> #include <process.h> - +#include <direct.h> #include "win32iop.h" /* @@ -231,6 +231,9 @@ WIN32_IOSUBSYSTEM win32stdio = { my_open_osfhandle, my_get_osfhandle, spawnvpe, + _mkdir, + _rmdir, + _chdir, 87654321L, /* end of structure */ }; |