diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-09-13 14:39:51 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-09-13 14:39:51 -0700 |
commit | cb3c1da2d6757289f01e2cd57434b97aae6862cf (patch) | |
tree | 0aad9f65205a573796690a71313c3d23e37d963a /test/core | |
parent | 2e2bf250fbf72ea22172cae7db2d3c985363958b (diff) | |
parent | fc57518ac1999743da3f618193e9d2240a5660c1 (diff) |
Merging master into ctocc4
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/surface/public_headers_must_be_c89.c | 1 |
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> |