diff options
Diffstat (limited to 'test/core/echo/echo_test.c')
-rw-r--r-- | test/core/echo/echo_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/echo/echo_test.c b/test/core/echo/echo_test.c index 16d381fb65..6449b2414f 100644 --- a/test/core/echo/echo_test.c +++ b/test/core/echo/echo_test.c @@ -42,10 +42,10 @@ #include <sys/wait.h> #include "src/core/iomgr/socket_utils_posix.h" +#include "src/core/support/string.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/port.h" int test_client(const char *root, const char *host, int port) { |