1
0
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:
Calvin Rose 2020-11-03 17:49:09 -06:00
parent 540425a41b
commit 5064d579d4

View File

@ -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>