Proper inclusion of inet_pton.h for win32.

This commit is contained in:
Marcelo Roberto Jimenez 2010-11-07 14:32:56 -02:00
parent 00eb52cc85
commit 8bd32d330b

View File

@ -60,6 +60,7 @@
#ifdef WIN32
#include "inet_pton.h"
#else
#include <arpa/inet.h> /* for inet_pton() */
#include <netdb.h> /* for struct addrinfo */