From d80edf5730dc6eeea211dc979471e03c9e07a3b0 Mon Sep 17 00:00:00 2001 From: kwasimensah Date: Tue, 12 Jun 2018 13:48:49 -0400 Subject: [PATCH] Add sys/epoll.h EPOLL_CLOEXEC should come from this header and wasn't explicitly included before --- src/core/lib/iomgr/is_epollexclusive_available.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/lib/iomgr/is_epollexclusive_available.cc b/src/core/lib/iomgr/is_epollexclusive_available.cc index 036b77866f9..8df6a66e6b3 100644 --- a/src/core/lib/iomgr/is_epollexclusive_available.cc +++ b/src/core/lib/iomgr/is_epollexclusive_available.cc @@ -27,6 +27,7 @@ #include #include +#include #include #include