Fix Win32 build.

This commit is contained in:
Themaister 2013-02-24 01:50:12 +01:00
parent 7076c6aded
commit 983ab87171

View File

@ -12,6 +12,7 @@
#ifdef _WIN32
#include <io.h>
#include <windows.h>
#else
#include <unistd.h>
#endif