Fix include path
This commit is contained in:
parent
1a05ba4897
commit
f45496fdb0
|
|
@ -53,7 +53,7 @@
|
||||||
#include "test/cpp/util/string_ref_helper.h"
|
#include "test/cpp/util/string_ref_helper.h"
|
||||||
|
|
||||||
#ifdef GPR_POSIX_SOCKET
|
#ifdef GPR_POSIX_SOCKET
|
||||||
#include "src/core/iomgr/ev_posix.h"
|
#include "src/core/lib/iomgr/ev_posix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using grpc::testing::EchoRequest;
|
using grpc::testing::EchoRequest;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue