Addressed a compile-time warning on windows.
This commit is contained in:
parent
e9a0d7aaf5
commit
7a630264cb
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef BDIST_WIN32
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __BEOS__
|
#ifdef __BEOS__
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue