mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 20:10:18 +00:00
winhttp: #include <netinet/in.h> for sockaddr_in.
This commit is contained in:
parent
8720776749
commit
4169fad358
@ -26,6 +26,9 @@
|
||||
#include "wine/list.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETDB_H
|
||||
# include <netdb.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user