4 changed files with
4 additions and
0 deletions
|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
#ifdef HAVE_EPOLL
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
#include <sys/epoll.h>
|
|
|
|
|
#include <byte.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_DEVPOLL
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
#ifdef HAVE_EPOLL
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
#include <sys/epoll.h>
|
|
|
|
|
#include <byte.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_DEVPOLL
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
#ifdef HAVE_EPOLL
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
#include <sys/epoll.h>
|
|
|
|
|
#include <byte.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_SIGIO
|
|
|
|
|
#include <sys/poll.h>
|
|
|
|
|
|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
#ifdef HAVE_EPOLL
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
#include <sys/epoll.h>
|
|
|
|
|
#include <byte.h>
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef HAVE_SIGIO
|
|
|
|
|
#include <sys/poll.h>
|
|
|
|
|