mirror of
https://github.com/janet-lang/janet
synced 2024-12-27 17:00:27 +00:00
Add net header instead of ifdef check.
This commit is contained in:
parent
540425a41b
commit
5064d579d4
@ -42,6 +42,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netdb.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user