mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Add header on BSDs.
This commit is contained in:
parent
1a04ce33f1
commit
191d0001f4
@ -41,6 +41,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef JANET_BSD
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#ifdef JANET_EV_EPOLL
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/timerfd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user