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>
|
||||
#endif
|
||||
|
||||
#ifdef BDIST_WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <wchar.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue