aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-06-04 09:51:28 -0700
committerGravatar vjpai <vpai@google.com>2015-06-04 09:51:28 -0700
commitca61f5b765950dd2abfe8b2eae1d2e629f1d50c7 (patch)
tree2c21cd2301fb3acfcac45ec02bdb4ebf9d3dde66 /test/core/fling
parent8eedd4a2c69e377d30f5466b985df9159cc48851 (diff)
parent491a67bc473655a960aed482787b1bcc2a773bba (diff)
Merge branch 'master' into poisson
Diffstat (limited to 'test/core/fling')
-rw-r--r--test/core/fling/fling_stream_test.c1
-rw-r--r--test/core/fling/fling_test.c3
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"