commit | e62355057ca703eeca22d54a8a0f5b69ca58487c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 09 02:45:47 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 09 02:45:48 2014 +0000 |
tree | 1764161705276ce49a6e1646bc6bf651e8713914 | |
parent | 7f38a3c9bef9c6efc30a6b60873bbdeea04a18f0 [diff] | |
parent | 764a99361130dceda62bbc4f8780bbf395dbc424 [diff] |
Merge "Fix build: include what you use."
diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp index da8fd4b..f56c5da 100644 --- a/tests/unistd_test.cpp +++ b/tests/unistd_test.cpp
@@ -22,6 +22,8 @@ #include <fcntl.h> #include <stdint.h> #include <unistd.h> +#include <sys/types.h> +#include <sys/wait.h> TEST(unistd, sysconf_SC_MONOTONIC_CLOCK) { ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0);