build: Fixed some issues to make porting to other systems easier

This commit is contained in:
WerWolv
2022-08-01 14:35:25 +02:00
parent be0fe4c0d0
commit 84e049be07
4 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
#else
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <arpa/inet.h>