diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-25 18:22:28 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-25 18:22:28 -0800 |
commit | b523c732d121fad251edcd06ef6db70a9668d3c7 (patch) | |
tree | 0efc817cdd1e9c530f5aed452dd03b85a9318903 /test | |
parent | 3452ae27c107aa583cbbb0ae01399b597b1bac4c (diff) |
async_stream.h done. Compiles
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 a6c662bc19..579faa4441 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -37,6 +37,7 @@ #include <grpc/compression.h> #include <grpc/grpc.h> #include <grpc/grpc_security.h> +#include <grpc/impl/codegen/alloc.h> #include <grpc/impl/codegen/atm.h> #include <grpc/impl/codegen/byte_buffer.h> #include <grpc/impl/codegen/compression_types.h> |