mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Include unistd.h in ProcessUtils.h
This commit is contained in:
parent
788adfeb3d
commit
45aa858090
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue