aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/host_port.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-04 08:44:53 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-04 08:44:53 -0700
commit409263c59f40d6b4754528cd91ffefd20d7987b2 (patch)
treeeee5cfc0d643ecfde7ef4188a1308c79a4d31ebb /src/core/support/host_port.c
parentda11694971f12ee973e84c9386494a161228e51a (diff)
parentbed8a0699e7440ab13cddda03a398bad26117f5b (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Conflicts: tools/doxygen/Doxyfile.core.internal
Diffstat (limited to 'src/core/support/host_port.c')
-rw-r--r--src/core/support/host_port.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/support/host_port.c b/src/core/support/host_port.c
index fa49f1a33a..53669f063b 100644
--- a/src/core/support/host_port.c
+++ b/src/core/support/host_port.c
@@ -38,6 +38,7 @@
#include "src/core/support/string.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
+#include <grpc/support/string_util.h>
int gpr_join_host_port(char **out, const char *host, int port) {
if (host[0] != '[' && strchr(host, ':') != NULL) {