aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/is_epollexclusive_available.cc
diff options
context:
space:
mode:
authorGravatar kwasimensah <kmensah@google.com>2018-06-12 13:48:49 -0400
committerGravatar GitHub <noreply@github.com>2018-06-12 13:48:49 -0400
commitd80edf5730dc6eeea211dc979471e03c9e07a3b0 (patch)
tree5dcd36775ab0f0775891f903203eb604e2f00004 /src/core/lib/iomgr/is_epollexclusive_available.cc
parent9ee372e51321158a48cacdbe6a25626b83597fa3 (diff)
Add sys/epoll.h
EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
Diffstat (limited to 'src/core/lib/iomgr/is_epollexclusive_available.cc')
-rw-r--r--src/core/lib/iomgr/is_epollexclusive_available.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/is_epollexclusive_available.cc b/src/core/lib/iomgr/is_epollexclusive_available.cc
index 036b77866f..8df6a66e6b 100644
--- a/src/core/lib/iomgr/is_epollexclusive_available.cc
+++ b/src/core/lib/iomgr/is_epollexclusive_available.cc
@@ -27,6 +27,7 @@
#include <grpc/support/log.h>
#include <errno.h>
+#include <sys/epoll.h>
#include <sys/eventfd.h>
#include <unistd.h>