diff options
author | yang-g <yangg@google.com> | 2017-08-24 09:08:21 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-08-24 09:08:21 -0700 |
commit | 9ff60310146afe0e9c7c1a5ba66461fff252d5e5 (patch) | |
tree | 458d5ca174fa398392c1b2b5e4b82bed03a0aaca /test/core/surface | |
parent | 98ad80a8159816d5d0ee29a38e827b606fab5d30 (diff) |
Add sync_custom.h
Diffstat (limited to 'test/core/surface')
-rw-r--r-- | test/core/surface/public_headers_must_be_c89.c | 2 |
1 files changed, 2 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 3b1c53390b..0d7f68c0ad 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/impl/codegen/slice.h> #include <grpc/impl/codegen/status.h> #include <grpc/impl/codegen/sync.h> +#include <grpc/impl/codegen/sync_custom.h> #include <grpc/impl/codegen/sync_generic.h> #include <grpc/load_reporting.h> #include <grpc/slice.h> @@ -53,6 +54,7 @@ #include <grpc/support/string_util.h> #include <grpc/support/subprocess.h> #include <grpc/support/sync.h> +#include <grpc/support/sync_custom.h> #include <grpc/support/sync_generic.h> #include <grpc/support/thd.h> #include <grpc/support/time.h> |