diff options
author | vjpai <vpai@google.com> | 2016-03-18 11:28:26 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-03-18 11:28:26 -0700 |
commit | 506f60fcff2a84125e9d00031ea084c4fd9f7e5b (patch) | |
tree | d5448428e955d15639980fbaeb3bca6b5464f6b2 /test/core/iomgr | |
parent | 4302be789d89703d48f033c44720f828765f1467 (diff) |
Fix an include
Diffstat (limited to 'test/core/iomgr')
-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> |