From 8bd32d330b65f9f09153ec85ae5839dbcbb6052a Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sun, 7 Nov 2010 14:32:56 -0200 Subject: [PATCH] Proper inclusion of inet_pton.h for win32. --- upnp/src/inc/uri.h | 1 + 1 file changed, 1 insertion(+) diff --git a/upnp/src/inc/uri.h b/upnp/src/inc/uri.h index 65a557f..e372a5c 100644 --- a/upnp/src/inc/uri.h +++ b/upnp/src/inc/uri.h @@ -60,6 +60,7 @@ #ifdef WIN32 + #include "inet_pton.h" #else #include /* for inet_pton() */ #include /* for struct addrinfo */