aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-23 14:57:07 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-23 14:57:07 -0700
commitaf691804781f4e546c806b98ca8b05e2370e61f8 (patch)
tree771cc6245c135ce5afe8a2de58ca1ecfe23e7685 /src/core/surface
parentd58b5b88479cd3b24c171104eb5494e0d0702e42 (diff)
Flesh out things and make them compile
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/channel.h b/src/core/surface/channel.h
index 534eea33dc..58fa91e976 100644
--- a/src/core/surface/channel.h
+++ b/src/core/surface/channel.h
@@ -35,6 +35,7 @@
#define GRPC_INTERNAL_CORE_SURFACE_CHANNEL_H
#include "src/core/channel/channel_stack.h"
+#include "src/core/client_config/subchannel_factory.h"
grpc_channel *grpc_channel_create_from_filters(
const grpc_channel_filter **filters, size_t count,