Fix missing include "arpa/inet.h" in w32sockets.c
Missed in commit afedb8c
.
This commit is contained in:
parent
62a8bb383e
commit
8dbda02405
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
#include "sys/socket.h"
|
||||
#include <sys/stat.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include "arpa/inet.h"
|
||||
#include "unistd.h"
|
||||
|
||||
#define W32_FD_TO_SOCKET(fd) ((SOCKET)_get_osfhandle((fd)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue