From fb17ae0b833ab42fa6da8c72f70adb8bb3a5438a Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 25 Aug 2008 15:56:50 +0200 Subject: [PATCH] winhttp: Add support for building on Windows. --- 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 b971e6690ee..b67a46bd18a 100644 --- a/dlls/winhttp/winhttp_private.h +++ b/dlls/winhttp/winhttp_private.h @@ -32,6 +32,9 @@ #ifdef HAVE_NETDB_H # include #endif +#if defined(__MINGW32__) || defined (_MSC_VER) +# include +#endif typedef struct _object_header_t object_header_t; -- 2.11.4.GIT