aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/echo
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/echo')
-rw-r--r--test/core/echo/echo_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/echo/echo_test.c b/test/core/echo/echo_test.c
index cc265cadbf..748e8bc0ef 100644
--- a/test/core/echo/echo_test.c
+++ b/test/core/echo/echo_test.c
@@ -40,11 +40,11 @@
#include <sys/types.h>
#include <sys/wait.h>
+#include "src/core/iomgr/socket_utils_posix.h"
#include <grpc/support/alloc.h>
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
#include <grpc/support/string.h>
-#include "test/core/util/ipv6.h"
#include "test/core/util/port.h"
int test_client(const char *root, const char *host, int port) {