aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/client_channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-08 09:47:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-08 09:47:18 -0700
commitfe4ba36625c8870e1d24f2c7bb67ec4e53f5f957 (patch)
tree7c8a66b57b0a96fe7f0552768755447d32ddc0d2 /src/core/channel/client_channel.c
parenta7af3f8854e132e32d2417bec9d5de1cb4646d72 (diff)
Compile fix
Diffstat (limited to 'src/core/channel/client_channel.c')
-rw-r--r--src/core/channel/client_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c
index 0e3ebadeab..43a793f39e 100644
--- a/src/core/channel/client_channel.c
+++ b/src/core/channel/client_channel.c
@@ -39,6 +39,7 @@
#include "src/core/channel/child_channel.h"
#include "src/core/channel/connected_channel.h"
#include "src/core/iomgr/iomgr.h"
+#include "src/core/iomgr/pollset_set.h"
#include "src/core/support/string.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>