aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-03 17:20:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-03-03 17:20:36 -0800
commit055abd65fb3db3f679faf378c09d9f0a6af82d07 (patch)
treefd24a9d2df86cddaea8f894d4a099b064c068164 /test
parentab314ee9a6dd633c9e5d5e8bf2e91cb14c4f40a7 (diff)
Fix linux
Diffstat (limited to 'test')
-rw-r--r--test/cpp/microbenchmarks/bm_pollset.cc2
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) {