diff --git a/qse/lib/si/mux.c b/qse/lib/si/mux.c index d97f72d9..7879914e 100644 --- a/qse/lib/si/mux.c +++ b/qse/lib/si/mux.c @@ -74,6 +74,9 @@ # include # if defined(HAVE_EPOLL_CREATE) # define USE_EPOLL +# if !defined(EPOLLRDHUP) +# define EPOLLRDHUP (0x2000) +# endif # endif /* # elif defined(HAVE_POLL_H)