Fix small build issues

pull/14751/head
ncteisen 7 years ago
parent 3b42f83068
commit 6e22d21608
  1. 1
      src/core/lib/channel/channel_trace.cc
  2. 1
      test/cpp/util/BUILD

@ -24,6 +24,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

@ -86,6 +86,7 @@ grpc_cc_library(
grpc_cc_library(
name = "channel_trace_proto_helper",
testonly = 1,
srcs = [
"channel_trace_proto_helper.cc",
],

Loading…
Cancel
Save