aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/host_port.c
diff options
context:
space:
mode:
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) {