Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / test / core / end2end / tests / cancel_test_helpers.h
index a2aa580..1e75b2b 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef GRPC_TEST_CORE_END2END_TESTS_CANCEL_TEST_HELPERS_H
 #define GRPC_TEST_CORE_END2END_TESTS_CANCEL_TEST_HELPERS_H
 
+#include <grpc/grpc.h>
+
 typedef struct {
   const char* name;
   grpc_call_error (*initiate_cancel)(grpc_call* call, void* reserved);