Signed-off-by: Hans Leidekker hans@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