Few more GCC 4.7 fixes.

include unistd when not on windows.
This commit is contained in:
Lirusaito
2012-04-29 00:25:40 -04:00
parent 16c2235510
commit a82953d0d0
6 changed files with 13 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ static bool isProcessAlive(U32 pid)
}
#else //Everyone Else
#include <unistd.h>
static U32 getPID() {
return getpid();