Add sys/epoll.h

EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
pull/15726/head
kwasimensah 7 years ago committed by GitHub
parent 9ee372e513
commit d80edf5730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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>

Loading…
Cancel
Save