fixes to build on linux

This commit is contained in:
bunnei 2014-04-22 19:42:29 -07:00
parent c479921142
commit 7a136b8a84
9 changed files with 56 additions and 50 deletions

View file

@ -22,6 +22,8 @@
#include <stdlib.h>
#include <errno.h>
#include "common/platform.h"
#if EMU_PLATFORM == PLATFORM_WINDOWS
#include <windows.h>
#endif