commit | f2985ed840af2d5572fafb03074f17afa516d967 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Aug 12 01:58:18 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 12 01:58:18 2015 +0000 |
tree | 89828b1daf06dcbf0bc70b7e7c68e3d494a67608 | |
parent | 2b93492478b497181edf51f5829b984c4e904e52 [diff] | |
parent | a40a21110d570994aaf6ce9ce28e2236fc75077b [diff] |
Merge "Fix test steps for 64-bit bionic"
diff --git a/benchmarks/time_benchmark.cpp b/benchmarks/time_benchmark.cpp index 6688bbc..1b0d08d 100644 --- a/benchmarks/time_benchmark.cpp +++ b/benchmarks/time_benchmark.cpp
@@ -17,6 +17,7 @@ #include <sys/syscall.h> #include <sys/time.h> #include <time.h> +#include <unistd.h> #include <benchmark/Benchmark.h>