[PATCH] winhttp: Fix macOS build.

Hans Leidekker hans at codeweavers.com
Fri Aug 31 07:39:09 CDT 2018


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 dlls/winhttp/session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c
index c62fdadb06..5191a34711 100644
--- a/dlls/winhttp/session.c
+++ b/dlls/winhttp/session.c
@@ -17,7 +17,6 @@
  */
 
 #include "config.h"
-#include "ws2tcpip.h"
 #include <stdarg.h>
 #include <stdlib.h>
 
@@ -34,6 +33,7 @@
 #include "winbase.h"
 #include "winsock2.h"
 #include "ws2ipdef.h"
+#include "ws2tcpip.h"
 #include "winhttp.h"
 #include "winreg.h"
 #define COBJMACROS
-- 
2.11.0




More information about the wine-devel mailing list