Include unistd.h in ProcessUtils.h
This commit is contained in:
parent
788adfeb3d
commit
45aa858090
@ -5,6 +5,10 @@
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/** A set of functions to get information about the current
|
||||
* process and launch new processes.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user