aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/public_headers_must_be_c89.c
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-09-13 13:43:39 -0700
committerGravatar GitHub <noreply@github.com>2017-09-13 13:43:39 -0700
commit4a4bd1cd2d18ac24e57be2c82b1ec112a981e6e6 (patch)
tree278429fa8cd20987360ced56991aff754334f69b /test/core/surface/public_headers_must_be_c89.c
parent1217c4d0527e5b896f7720fcdbcd3f87ec4c1359 (diff)
parent4433973242e21db18291263a5b41ee292002eb6f (diff)
Merge pull request #12214 from vjpai/cereal_eye_sir
Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
Diffstat (limited to 'test/core/surface/public_headers_must_be_c89.c')
-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>