aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/lb_policy
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-12 09:58:20 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-12-12 09:58:20 -0800
commitbe5e3ca5057b93e7958c9bc757c5299b9debacee (patch)
tree4e2d911a9219a5c50d426f487df74be5a7fa3c74 /src/core/ext/lb_policy
parentb14ed413f4758fb17dfa660a90e6518108d9c89b (diff)
Move internal channel arg definitions out of public headers.
Diffstat (limited to 'src/core/ext/lb_policy')
-rw-r--r--src/core/ext/lb_policy/grpclb/grpclb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/lb_policy/grpclb/grpclb.c b/src/core/ext/lb_policy/grpclb/grpclb.c
index b7c06a55bb..38eebdc758 100644
--- a/src/core/ext/lb_policy/grpclb/grpclb.c
+++ b/src/core/ext/lb_policy/grpclb/grpclb.c
@@ -106,6 +106,7 @@
#include <grpc/support/string_util.h>
#include <grpc/support/time.h>
+#include "src/core/ext/client_channel/client_channel.h"
#include "src/core/ext/client_channel/client_channel_factory.h"
#include "src/core/ext/client_channel/lb_policy_factory.h"
#include "src/core/ext/client_channel/lb_policy_registry.h"