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

(cherry picked from commit 8b2c6d44cac206b61dffd965863336e6f803fc66)

Change-Id: Ice1f6d956c11aaefd3d846c12121f08613a94446
This commit is contained in:
Brian Carlstrom 2014-04-01 17:33:41 -07:00 committed by Christopher Ferris
parent f1bfc8781e
commit 1021c05f1b

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