Add header include for OSX

This commit is contained in:
Pentium44 2021-04-07 20:05:13 -07:00
parent 2961b16d15
commit c0873289ac

View File

@ -12,6 +12,7 @@
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
#include <byteswap.h>
#include <sys/types.h>
// Networking
#include <sys/socket.h>