missing header file to declare _mkdir

This commit is contained in:
Akira TAGOH 2013-01-08 16:18:32 +09:00
parent 596931c8b4
commit d837a7a584
1 changed files with 1 additions and 0 deletions

View File

@ -876,6 +876,7 @@ bail1:
#ifdef _WIN32
#include <direct.h>
#define mkdir(path,mode) _mkdir(path)
#endif