am cb1da5d0
: Merge "Include sys/types.h and sys/wait.h for waitpid"
* commit 'cb1da5d0c9b65bc43062554a3bfd589ee7b100b1': Include sys/types.h and sys/wait.h for waitpid
This commit is contained in:
commit
ba6ad8602a
@ -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