* commit 'ba6ad8602ab4fae96679673f06129d9112f898e0': Include sys/types.h and sys/wait.h for waitpid
This commit is contained in:
commit
b9993a9869
@ -20,6 +20,8 @@
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
TEST(sys_select, fd_set_smoke) {
|
||||
fd_set fds;
|
||||
|
Loading…
Reference in New Issue
Block a user