aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/wakeup_fd_pipe.h
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-30 20:23:27 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-30 20:23:27 +0100
commitc8fd2d1c01f81c4a4f8a6b8a239e0f809fd1001d (patch)
tree2bf6b4457e07ef15690f0381fd6d30c0bad4f5f2 /src/core/iomgr/wakeup_fd_pipe.h
parentb24b50094c2eb6d617847ff957afcc58ac5c569c (diff)
Properly selecting chunks of code for the wakeup fd codepath.
Diffstat (limited to 'src/core/iomgr/wakeup_fd_pipe.h')
-rw-r--r--src/core/iomgr/wakeup_fd_pipe.h2
1 files changed, 1 insertions, 1 deletions
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;