mirror of
https://github.com/janet-lang/janet
synced 2025-09-14 16:54:13 +00:00
Add header on BSDs.
This commit is contained in:
@@ -41,6 +41,10 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
#ifdef JANET_BSD
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef JANET_EV_EPOLL
|
#ifdef JANET_EV_EPOLL
|
||||||
#include <sys/epoll.h>
|
#include <sys/epoll.h>
|
||||||
#include <sys/timerfd.h>
|
#include <sys/timerfd.h>
|
||||||
|
Reference in New Issue
Block a user