diff options
author | Craig Tiller <ctiller@google.com> | 2016-11-10 08:37:21 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-11-10 08:37:21 -0800 |
commit | 7cdad96fc49090eb5e3a12a7cca5a9f257d3f301 (patch) | |
tree | 4d79f1688480779a190a1195b69eb35862cb7b8c /test/core/surface | |
parent | 18b4ba34b3a10816d6e336d3b3572515554386cb (diff) |
Fix foward declaration duplication
Diffstat (limited to 'test/core/surface')
-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 d4cfa25d44..610495377c 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -42,6 +42,7 @@ #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/exec_ctx_fwd.h> #include <grpc/impl/codegen/gpr_types.h> #include <grpc/impl/codegen/grpc_types.h> #include <grpc/impl/codegen/port_platform.h> |