Module: wine Branch: master Commit: ed14aa9af748b77ec2c1c55e799e957cc0b7ead2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ed14aa9af748b77ec2c1c55e7...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Aug 31 14:39:09 2018 +0200
winhttp: Fix macOS build.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 c62fdad..5191a34 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