diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-04 07:40:31 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-04 07:40:31 -0700 |
commit | 2b7b235549819d2b766b7b2dc61bccad5db5a410 (patch) | |
tree | 25ec5017acc583169754e3acfc605989d79fbb42 /test/core/security | |
parent | 2d96240cc4e8f9fc620767f7ca575844592e6167 (diff) | |
parent | 88589743f81f6b6a4d2b90f79e211a127e9f1d62 (diff) |
Merge pull request #3255 from ctiller/we-should-build
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 af4b708d35..047d37748d 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" |