1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-14 13:29:13 +00:00

minihttp: include netinet/in.h for sockaddr_in

This commit is contained in:
Jan Beich 2015-09-18 04:22:35 +00:00
parent b86133f3e9
commit d1654506d6

View file

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