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
1 changed files with 1 additions and 0 deletions

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)