unistd.h must be explicitly included on some platforms to have access to for example environ. This closes #313
This commit is contained in:
parent
64ed7d4afa
commit
668dd99ac2
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#endif // _LINUX
|
||||
|
||||
#include <list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue