From c8fd2d1c01f81c4a4f8a6b8a239e0f809fd1001d Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 30 Jan 2015 20:23:27 +0100 Subject: Properly selecting chunks of code for the wakeup fd codepath. --- src/core/iomgr/wakeup_fd_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/iomgr/wakeup_fd_pipe.h') diff --git a/src/core/iomgr/wakeup_fd_pipe.h b/src/core/iomgr/wakeup_fd_pipe.h index fc2898f570..8e2ed85885 100644 --- a/src/core/iomgr/wakeup_fd_pipe.h +++ b/src/core/iomgr/wakeup_fd_pipe.h @@ -34,7 +34,7 @@ #ifndef __GRPC_INTERNAL_IOMGR_WAKEUP_FD_PIPE_H_ #define __GRPC_INTERNAL_IOMGR_WAKEUP_FD_PIPE_H_ -#include "src/core/iomgr/wakeup_fd_posix.h" +#include "src/core/iomgr/wakeup_fd.h" extern grpc_wakeup_fd_vtable pipe_wakeup_fd_vtable; -- cgit v1.2.3