Fix include path

pull/5419/head
Craig Tiller 9 years ago
parent 1a05ba4897
commit f45496fdb0
  1. 2
      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;

Loading…
Cancel
Save