am ba6ad860: am cb1da5d0: Merge "Include sys/types.h and sys/wait.h for waitpid"

* commit 'ba6ad8602ab4fae96679673f06129d9112f898e0':
  Include sys/types.h and sys/wait.h for waitpid
This commit is contained in:
Christopher Ferris 2014-04-02 01:05:29 +00:00 committed by Android Git Automerger
commit b9993a9869

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;