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:
Christopher Ferris 2014-04-02 00:59:44 +00:00 committed by Android Git Automerger
commit ba6ad8602a

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;