aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2017-08-24 15:47:33 -0700
committerGravatar GitHub <noreply@github.com>2017-08-24 15:47:33 -0700
commit2921e1ea7dbf423c3d17eea89363b63ae1adacae (patch)
treed0ad02e00fe5e7845b2efe003a41bb15c6b89a25 /test/core
parentf28955d40d199a31459388ca2770467509181290 (diff)
parenta79ada3bcc0eb4803cce840f8c2a1b1791ce2aba (diff)
Merge pull request #12282 from yang-g/sync_thd_refactor
Refactor sync/thd headers
Diffstat (limited to 'test/core')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c2
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>