Add include of <unistd.h>.

This is needed for the declarations of _execve() and fork2().
This commit is contained in:
Stephen Heumann 2017-05-14 20:36:44 -05:00
parent a156dc1443
commit 6e5dafe039
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
# if !defined(__GNUC__)
# include <gno/gno.h>
# endif
# include <unistd.h>
#endif
#include "itypes.h"
#include "stdmacs.h"