aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-30 07:41:19 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-30 07:41:19 -0700
commitf45496fdb040fed2aaeda087d0cdc8ba70b2ce07 (patch)
treea15e5efc4572eb3921cad825a88abd77ca0ae0a1 /test/cpp
parent1a05ba4897adb6042c89af01ba5e8c59dfdb2e29 (diff)
Fix include path
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/end2end/async_end2end_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc
index aa52af2412..b5c766d979 100644
--- a/test/cpp/end2end/async_end2end_test.cc
+++ b/test/cpp/end2end/async_end2end_test.cc
@@ -53,7 +53,7 @@
#include "test/cpp/util/string_ref_helper.h"
#ifdef GPR_POSIX_SOCKET
-#include "src/core/iomgr/ev_posix.h"
+#include "src/core/lib/iomgr/ev_posix.h"
#endif
using grpc::testing::EchoRequest;