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 /test/core/fling | |
parent | ea81bcb81b2411cb26a3664b4cdfd256d931090b (diff) |
Expose gpr_asprintf and gpr_strdup
Diffstat (limited to 'test/core/fling')
-rw-r--r-- | test/core/fling/fling_stream_test.c | 1 | ||||
-rw-r--r-- | test/core/fling/fling_test.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/core/fling/fling_stream_test.c b/test/core/fling/fling_stream_test.c index 41ba995544..4d9253c0ad 100644 --- a/test/core/fling/fling_stream_test.c +++ b/test/core/fling/fling_stream_test.c @@ -47,6 +47,7 @@ #include "src/core/support/string.h" #include <grpc/support/alloc.h> #include <grpc/support/host_port.h> +#include <grpc/support/string_util.h> #include "test/core/util/port.h" int main(int argc, char **argv) { diff --git a/test/core/fling/fling_test.c b/test/core/fling/fling_test.c index 6b07f83d5b..f9ba461d24 100644 --- a/test/core/fling/fling_test.c +++ b/test/core/fling/fling_test.c @@ -35,8 +35,9 @@ #include <stdio.h> #include <grpc/support/alloc.h> -#include <grpc/support/subprocess.h> #include <grpc/support/host_port.h> +#include <grpc/support/string_util.h> +#include <grpc/support/subprocess.h> #include "src/core/support/string.h" #include "test/core/util/port.h" |