Need <sys/wait.h> for waitpid (NetBSD 8 warns).

master
Amitai Schleier 2018-08-21 11:30:55 +02:00
parent bfc502795a
commit 64aa6ebf77
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ EOF
#include <stdlib.h>
#include <string.h>
#include <sys/file.h>
#include <sys/wait.h>
extern char **environ;
int newenvironlen=0;