mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-14 21:39:09 +00:00
minihttp: include netinet/in.h for sockaddr_in
This commit is contained in:
parent
b86133f3e9
commit
d1654506d6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue