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;