diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-21 01:04:36 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-21 01:04:36 -0800 |
commit | 08a0a3306e1b0d5597a0541624f53ee35bd34463 (patch) | |
tree | 1f961b815469f663ec45888dfebe55bf7fc7361a /test/core/surface | |
parent | f3ddb7c55a4b158843fe44183cbf9ce72f4c9355 (diff) |
Made "codedgen" directories closed over #includes
Diffstat (limited to 'test/core/surface')
-rw-r--r-- | test/core/surface/public_headers_must_be_c89.c | 3 |
1 files changed, 3 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 1e1524d098..1e14ac3410 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -37,6 +37,9 @@ #include <grpc/compression.h> #include <grpc/grpc.h> #include <grpc/grpc_security.h> +#include <grpc/impl/codegen/connectivity_state.h> +#include <grpc/impl/codegen/port_platform.h> +#include <grpc/impl/codegen/time.h> #include <grpc/status.h> #include <grpc/support/alloc.h> #include <grpc/support/atm.h> |