diff options
author | Makarand Dharmapurikar <makarandd@google.com> | 2016-05-03 17:34:54 -0700 |
---|---|---|
committer | Makarand Dharmapurikar <makarandd@google.com> | 2016-05-03 17:34:54 -0700 |
commit | 274bcc8f0b50bfef7fe1dd5cc33ebaa6b13edba0 (patch) | |
tree | a940e469dd961fcfe014fbb18a464903e1e4590b /test | |
parent | 70f697ba1e6ad17422928a398807e84f8f469724 (diff) |
Added dummy cronet api implementation so we can build on Jenkins.
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..65f3e1738a 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -36,6 +36,7 @@ #include <grpc/census.h> #include <grpc/compression.h> #include <grpc/grpc.h> +#include <grpc/grpc_cronet.h> #include <grpc/grpc_security.h> #include <grpc/grpc_security_constants.h> #include <grpc/impl/codegen/alloc.h> |