aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-07-20 10:02:47 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-09-07 15:18:07 -0700
commit677395558d4f28ca3fad53d6e082552f0ce2eb5e (patch)
tree406da5cf52d71649829b6d57a429b20d9fda6914 /test/core/surface
parent8941f607d682d49f0b7c901bffd3e52941e4c5f9 (diff)
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c
index 0d7f68c0ad..d36d116afb 100644
--- a/test/core/surface/public_headers_must_be_c89.c
+++ b/test/core/surface/public_headers_must_be_c89.c
@@ -24,6 +24,7 @@
#include <grpc/grpc_security.h>
#include <grpc/grpc_security_constants.h>
#include <grpc/impl/codegen/atm.h>
+#include <grpc/impl/codegen/byte_buffer.h>
#include <grpc/impl/codegen/byte_buffer_reader.h>
#include <grpc/impl/codegen/compression_types.h>
#include <grpc/impl/codegen/connectivity_state.h>