aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-16 08:07:17 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-16 08:07:17 -0800
commit5a6644602e086ee4c4825c33508e4c67389f246e (patch)
tree7df13432ca046ae5208a77b21a63e7c57aab2400 /test/core/iomgr
parentccdea1900fdad3d507617c8b1b639c7f5914d06b (diff)
Moving fd code into ev code
Diffstat (limited to 'test/core/iomgr')
-rw-r--r--test/core/iomgr/fd_posix_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/fd_posix_test.c b/test/core/iomgr/fd_posix_test.c
index 347a86af10..5d73b2c404 100644
--- a/test/core/iomgr/fd_posix_test.c
+++ b/test/core/iomgr/fd_posix_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/iomgr/fd_posix.h"
+#include "src/core/iomgr/ev_posix.h"
#include <ctype.h>
#include <errno.h>