diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-06-03 15:01:17 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-06-03 15:24:24 -0700 |
commit | 701af6031f691bc685dca085714c8eb16c14a7f9 (patch) | |
tree | 0e47a0047b1df2e7353b5b60abed9700709c5e49 /src/csharp | |
parent | ea81bcb81b2411cb26a3664b4cdfd256d931090b (diff) |
Expose gpr_asprintf and gpr_strdup
Diffstat (limited to 'src/csharp')
-rw-r--r-- | src/csharp/ext/grpc_csharp_ext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/ext/grpc_csharp_ext.c b/src/csharp/ext/grpc_csharp_ext.c index 25d8469fe7..d59faee7fb 100644 --- a/src/csharp/ext/grpc_csharp_ext.c +++ b/src/csharp/ext/grpc_csharp_ext.c @@ -38,6 +38,7 @@ #include <grpc/support/alloc.h> #include <grpc/support/log.h> #include <grpc/support/slice.h> +#include <grpc/support/string_util.h> #include <grpc/support/thd.h> #include <grpc/grpc.h> #include <grpc/grpc_security.h> |