aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-05-12 12:17:36 -0700
committerGravatar GitHub <noreply@github.com>2017-05-12 12:17:36 -0700
commita2d9d48a888bf9162d1288496e60920b481bf3eb (patch)
tree1752aeaa5c95d2898013d2935b07443d3f7dce5c /test/core/surface
parenta1ae21dd2ea19103eaf34b4c31e3e7fab9c3b866 (diff)
parent21a6ccad1ebcdf8bd80e765db6f7a1a62cd167c0 (diff)
Merge pull request #10849 from muxi/backward-compat
Implement Server Backward Compatibility
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c1
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 330da46849..aa4769c490 100644
--- a/test/core/surface/public_headers_must_be_c89.c
+++ b/test/core/surface/public_headers_must_be_c89.c
@@ -73,5 +73,6 @@
#include <grpc/support/time.h>
#include <grpc/support/tls.h>
#include <grpc/support/useful.h>
+#include <grpc/support/workaround_list.h>
int main(int argc, char **argv) { return 0; }