diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-03-21 16:55:10 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-03-21 16:55:10 -0700 |
commit | 029ecca5e5c17ac3a2232f4a115c0b2cf5f830e4 (patch) | |
tree | a3515892333da7f79906bf42d960db5e92f88b34 /test | |
parent | 86eece8c05015aedbf0cfba2386723f8a61395e5 (diff) | |
parent | aea32070ef96e2dc38a2b06c5fc9e80e4cd347d7 (diff) |
Merge pull request #5832 from vjpai/make_udp_server_test_great_again
Add needed include for udp_server_test
Diffstat (limited to 'test')
-rw-r--r-- | test/core/iomgr/udp_server_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/iomgr/udp_server_test.c b/test/core/iomgr/udp_server_test.c index ce3c23b4bf..365b5c002b 100644 --- a/test/core/iomgr/udp_server_test.c +++ b/test/core/iomgr/udp_server_test.c @@ -34,6 +34,7 @@ #include "src/core/iomgr/iomgr.h" #include "src/core/iomgr/pollset_posix.h" #include "src/core/iomgr/udp_server.h" +#include <grpc/grpc.h> #include <grpc/support/log.h> #include <grpc/support/sync.h> #include <grpc/support/time.h> |