Fix include path

This commit is contained in:
Craig Tiller 2016-03-30 07:41:19 -07:00
parent 1a05ba4897
commit f45496fdb0
1 changed files with 1 additions and 1 deletions

View File

@ -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;