1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00

fix include sys/fcntl.h to fcntl.h

This commit is contained in:
Calvin Rose 2020-05-07 14:54:03 -05:00
parent 95c669389b
commit 95660002e1

View File

@ -37,11 +37,11 @@
#include <unistd.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <poll.h>
#include <netdb.h>
#include <fcntl.h>
#endif
/*