Merge "Include sys/types.h and sys/wait.h for waitpid"

This commit is contained in:
Christopher Ferris 2014-04-02 00:49:04 +00:00 committed by Gerrit Code Review
commit cb1da5d0c9

View File

@ -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;