From c3818f5cd98b5a8903291eef8efd677e71b04c3d Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 28 Aug 2008 20:37:00 +0200 Subject: [PATCH] winhttp: Include . --- dlls/winhttp/request.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/winhttp/request.c b/dlls/winhttp/request.c index 3449ce6b4e3..b0b81f0dc9d 100644 --- a/dlls/winhttp/request.c +++ b/dlls/winhttp/request.c @@ -24,6 +24,9 @@ #ifdef HAVE_ARPA_INET_H # include #endif +#ifdef HAVE_SYS_SOCKET_H +# include +#endif #include "windef.h" #include "winbase.h" -- 2.11.4.GIT