diff options
author | Mark D. Roth <roth@google.com> | 2016-12-05 08:07:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 08:07:13 -0800 |
commit | 2d317fbc575742704797033fce284ef234bf021a (patch) | |
tree | e3b60c4ac529001fea8fdc0a9fa5fe4005deb1fc /test/core | |
parent | f7a75460ade9dcf502a62b7e9ffb4de78500bbc5 (diff) |
Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
Diffstat (limited to 'test/core')
-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..df6b733493 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/gpr_slice.h> #include <grpc/impl/codegen/gpr_types.h> #include <grpc/impl/codegen/grpc_types.h> #include <grpc/impl/codegen/port_platform.h> |