*BSD build fix: Include sys/wait.h as described in POSIX specs
This commit is contained in:
@ -60,7 +60,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <wait.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
Reference in New Issue
Block a user