Proper inclusion of inet_pton.h for win32.
This commit is contained in:
parent
00eb52cc85
commit
8bd32d330b
@ -60,6 +60,7 @@
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
#include "inet_pton.h"
|
||||
#else
|
||||
#include <arpa/inet.h> /* for inet_pton() */
|
||||
#include <netdb.h> /* for struct addrinfo */
|
||||
|
Loading…
x
Reference in New Issue
Block a user