From 4169fad358d17b07e14707c4d5949de4d804ab8a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 20 Aug 2008 20:34:43 +0200 Subject: [PATCH] winhttp: #include for sockaddr_in. --- dlls/winhttp/winhttp_private.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/winhttp/winhttp_private.h b/dlls/winhttp/winhttp_private.h index 549d9cd2a04..b971e6690ee 100644 --- a/dlls/winhttp/winhttp_private.h +++ b/dlls/winhttp/winhttp_private.h @@ -26,6 +26,9 @@ #include "wine/list.h" #include "wine/unicode.h" +#ifdef HAVE_NETINET_IN_H +# include +#endif #ifdef HAVE_NETDB_H # include #endif -- 2.11.4.GIT