From 764a99361130dceda62bbc4f8780bbf395dbc424 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 8 Apr 2014 19:44:36 -0700 Subject: [PATCH] Fix build: include what you use. Change-Id: I12b2d5e434ad3ed38d4451bd470673781e6ca8fe --- tests/unistd_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp index da8fd4b7b..f56c5da21 100644 --- a/tests/unistd_test.cpp +++ b/tests/unistd_test.cpp @@ -22,6 +22,8 @@ #include #include #include +#include +#include TEST(unistd, sysconf_SC_MONOTONIC_CLOCK) { ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0);