mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
Conditionally include epoll headers.
This commit is contained in:
parent
babfe50550
commit
1a04ce33f1
@ -39,9 +39,12 @@
|
||||
#include <signal.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/epoll.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef JANET_EV_EPOLL
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/timerfd.h>
|
||||
#endif
|
||||
|
||||
/* General queue */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user