Few more GCC 4.7 fixes.
include unistd when not on windows.
This commit is contained in:
@@ -54,6 +54,7 @@ static bool isProcessAlive(U32 pid)
|
||||
}
|
||||
|
||||
#else //Everyone Else
|
||||
#include <unistd.h>
|
||||
|
||||
static U32 getPID() {
|
||||
return getpid();
|
||||
|
||||
Reference in New Issue
Block a user