diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-09-04 07:38:34 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-09-04 07:38:34 -0700 |
commit | 88589743f81f6b6a4d2b90f79e211a127e9f1d62 (patch) | |
tree | 9b8523a24a7e794c602459bc6dadd196ccf897f4 /test/core/security | |
parent | 909917955c99f6b32f34b4966c252daca0fe7061 (diff) |
Fix compilation
Diffstat (limited to 'test/core/security')
-rw-r--r-- | test/core/security/secure_endpoint_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/security/secure_endpoint_test.c b/test/core/security/secure_endpoint_test.c index a8368fc842..a689855594 100644 --- a/test/core/security/secure_endpoint_test.c +++ b/test/core/security/secure_endpoint_test.c @@ -39,6 +39,7 @@ #include "src/core/security/secure_endpoint.h" #include "src/core/iomgr/endpoint_pair.h" #include "src/core/iomgr/iomgr.h" +#include <grpc/grpc.h> #include <grpc/support/alloc.h> #include <grpc/support/log.h> #include "test/core/util/test_config.h" |