Addressed a compile-time warning on windows.

This commit is contained in:
dolphin6k 2022-11-18 16:08:07 +09:00
parent e9a0d7aaf5
commit 7a630264cb

View file

@ -41,6 +41,10 @@
#include <sys/types.h>
#endif
#ifdef BDIST_WIN32
#include <unistd.h>
#endif
#ifdef __BEOS__
#include <wchar.h>
#else