Need <sys/wait.h> for waitpid (NetBSD 8 warns).
parent
bfc502795a
commit
64aa6ebf77
|
@ -182,6 +182,7 @@ EOF
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
extern char **environ;
|
extern char **environ;
|
||||||
int newenvironlen=0;
|
int newenvironlen=0;
|
||||||
|
|
Loading…
Reference in New Issue