diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-03 17:20:36 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-03 17:20:36 -0800 |
commit | 055abd65fb3db3f679faf378c09d9f0a6af82d07 (patch) | |
tree | fd24a9d2df86cddaea8f894d4a099b064c068164 /test | |
parent | ab314ee9a6dd633c9e5d5e8bf2e91cb14c4f40a7 (diff) |
Fix linux
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/microbenchmarks/bm_pollset.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/bm_pollset.cc b/test/cpp/microbenchmarks/bm_pollset.cc index f7c3b7951d..9d7fac39c7 100644 --- a/test/cpp/microbenchmarks/bm_pollset.cc +++ b/test/cpp/microbenchmarks/bm_pollset.cc @@ -45,6 +45,8 @@ extern "C" { #include "test/cpp/microbenchmarks/helpers.h" #include "third_party/benchmark/include/benchmark/benchmark.h" +#include <string.h> + auto& force_library_initialization = Library::get(); static void shutdown_ps(grpc_exec_ctx* exec_ctx, void* ps, grpc_error* error) { |