am cd50898a: Merge "Add includes for waitpid"

* commit 'cd50898ad11ad3157f22fac15802757a9b559822':
  Add includes for waitpid
This commit is contained in:
Brian Carlstrom 2014-03-08 23:48:00 +00:00 committed by Android Git Automerger
commit e9dbdc8cf4

View File

@ -20,6 +20,8 @@
#include <features.h>
#include <gtest/gtest.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "ScopedSignalHandler.h"