aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-09 11:00:05 -0700
committerGravatar GitHub <noreply@github.com>2017-10-09 11:00:05 -0700
commitc56221f46c01e8c0155ee0c0ae4040791ff16a78 (patch)
tree10e11b4c03149d9d29139adbdd624fec8ed29e17 /src
parent9078c82dcb9d4dbb419cb8bef92e083eead21ff6 (diff)
parent4e0fe5295e26fbafa7fd4932cd05864132835ea4 (diff)
Merge pull request #12893 from yashykt/epollsig_header
Add grpc_posix.h header for grpc_use_signal declaration
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/ev_epollsig_linux.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_epollsig_linux.cc b/src/core/lib/iomgr/ev_epollsig_linux.cc
index 370ea1d50b..035bdc4cb5 100644
--- a/src/core/lib/iomgr/ev_epollsig_linux.cc
+++ b/src/core/lib/iomgr/ev_epollsig_linux.cc
@@ -18,6 +18,8 @@
#include "src/core/lib/iomgr/port.h"
+#include <grpc/grpc_posix.h>
+
/* This polling engine is only relevant on linux kernels supporting epoll() */
#ifdef GRPC_LINUX_EPOLL