From 74426fd2164c51d6754732ebe372133c19ba718c Mon Sep 17 00:00:00 2001 From: Naresh Date: Fri, 22 Jun 2018 20:06:39 +0530 Subject: [PATCH] Add gevent_util.h to grpc_base_c Bazel target gevent_util.h was added to iomgr in 1bfff8e, but wasn't added to the grpc_base_c Bazel target. This is required when building cygrpc under gRPC Python using Bazel. Add gevent_util.h to `hdrs` in grpc_base_c. --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 958e57b2f0f..dd6de11c943 100644 --- a/BUILD +++ b/BUILD @@ -858,6 +858,7 @@ grpc_cc_library( "src/core/lib/iomgr/exec_ctx.h", "src/core/lib/iomgr/executor.h", "src/core/lib/iomgr/gethostname.h", + "src/core/lib/iomgr/gevent_util.h", "src/core/lib/iomgr/iocp_windows.h", "src/core/lib/iomgr/iomgr.h", "src/core/lib/iomgr/iomgr_custom.h",