FIxed build.

This commit is contained in:
Branimir Karadžić
2017-11-18 17:05:44 -08:00
parent 451e30b55b
commit cf9acbfdb0

View File

@@ -12,6 +12,12 @@
#include <stdio.h>
#if BX_CRT_MSVC
# include <direct.h>
#else
# include <unistd.h>
#endif // BX_CRT_MSVC
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
# include <windows.h>
# include <psapi.h>