1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Merge pull request #21 from jbeich/freebsd

Unbreak build on FreeBSD
This commit is contained in:
False.Genesis 2015-09-30 23:19:29 +02:00
commit 26ab331ef7

View file

@ -33,6 +33,7 @@
# include <unistd.h> # include <unistd.h>
# include <fcntl.h> # include <fcntl.h>
# include <sys/socket.h> # include <sys/socket.h>
# include <netinet/in.h>
# include <netdb.h> # include <netdb.h>
# define SOCKET_ERROR (-1) # define SOCKET_ERROR (-1)
# define INVALID_SOCKET (SOCKET)(~0) # define INVALID_SOCKET (SOCKET)(~0)