aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epollex_linux.cc
diff options
context:
space:
mode:
authorGravatar kwasimensah <kmensah@google.com>2018-06-12 13:48:05 -0400
committerGravatar GitHub <noreply@github.com>2018-06-12 13:48:05 -0400
commit9ee372e51321158a48cacdbe6a25626b83597fa3 (patch)
tree35ccbd71f6133a95b7af2233b58d484cabeaa571 /src/core/lib/iomgr/ev_epollex_linux.cc
parent22083651c03cc736abc87a54476d2e0af0b85a7f (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/ev_epollex_linux.cc')
-rw-r--r--src/core/lib/iomgr/ev_epollex_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_epollex_linux.cc b/src/core/lib/iomgr/ev_epollex_linux.cc
index f22eb8ee87..9e580098dc 100644
--- a/src/core/lib/iomgr/ev_epollex_linux.cc
+++ b/src/core/lib/iomgr/ev_epollex_linux.cc
@@ -33,6 +33,7 @@
#include <poll.h>
#include <pthread.h>
#include <string.h>
+#incldue <sys/epoll.h>
#include <sys/socket.h>
#include <sys/syscall.h>
#include <unistd.h>