am e6235505: Merge "Fix build: include what you use."

* commit 'e62355057ca703eeca22d54a8a0f5b69ca58487c':
  Fix build: include what you use.
This commit is contained in:
Elliott Hughes 2014-04-09 03:18:44 +00:00 committed by Android Git Automerger
commit 327acb9bba

View File

@ -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);