commit | cd50898ad11ad3157f22fac15802757a9b559822 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Sat Mar 08 23:41:45 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 08 23:41:46 2014 +0000 |
tree | a27aef46b6755f47ff36c6a40661f7f09e55950c | |
parent | fd9e20d10f946334955ca199b0178580d284e89f [diff] | |
parent | be1d91dedcfb346ced5ac496cd454f5b2e9bc4a9 [diff] |
Merge "Add includes for waitpid"
diff --git a/tests/time_test.cpp b/tests/time_test.cpp index 9563c78..7a2116b 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp
@@ -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"