[_WIN32]: Include required headers.
This commit is contained in:
parent
97843dfdf6
commit
aa9fed70c1
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
#include <stdlib.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <direct.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue