diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-04 19:09:29 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-04 19:09:29 -0700 |
commit | bc2afb065a79bf7d137a5c3b13e8821fc84ee832 (patch) | |
tree | c4ef16ac5f922de2995941863a4eaf265a221371 /test | |
parent | 099b7562695d854897ff4b56fb306597e78d4f48 (diff) | |
parent | 80721b20ca574df78e7e884a023425274e964a17 (diff) |
Merge pull request #6323 from dgquintas/codegen_remove_proto
Moved protos out of core_codegen interface
Diffstat (limited to 'test')
-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 0eede6c23b..3eeb55d033 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -41,6 +41,7 @@ #include <grpc/impl/codegen/alloc.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> #include <grpc/impl/codegen/grpc_types.h> |