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

@@ -42,6 +42,7 @@
#if LL_DARWIN || LL_LINUX
// not required or present on Win32
#include <sys/wait.h>
#include <unistd.h>
#endif
LLProcessLauncher::LLProcessLauncher()