diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-04 08:44:53 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-04 08:44:53 -0700 |
commit | 409263c59f40d6b4754528cd91ffefd20d7987b2 (patch) | |
tree | eee5cfc0d643ecfde7ef4188a1308c79a4d31ebb /src/core/support/host_port.c | |
parent | da11694971f12ee973e84c9386494a161228e51a (diff) | |
parent | bed8a0699e7440ab13cddda03a398bad26117f5b (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.c | 1 |
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) { |