aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-08 18:07:15 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-08 18:07:15 -0700
commit4e0fe5295e26fbafa7fd4932cd05864132835ea4 (patch)
tree26909ff281b660e58142556171215c6640970b59 /src/core
parentb3b20f671db08c82424f4c9d55cdd82637e64f2f (diff)
Add grpc_posix.h header for grpc_use_signal declaration
Diffstat (limited to 'src/core')
-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