aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling/server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/fling/server.cc')
-rw-r--r--test/core/fling/server.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/fling/server.cc b/test/core/fling/server.cc
index 097730b5d7..b19a25a185 100644
--- a/test/core/fling/server.cc
+++ b/test/core/fling/server.cc
@@ -30,9 +30,10 @@
#endif
#include <grpc/support/alloc.h>
-#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
+
+#include "src/core/lib/gpr/host_port.h"
#include "src/core/lib/profiling/timers.h"
#include "test/core/end2end/data/ssl_test_data.h"
#include "test/core/util/cmdline.h"