Commit 4169fad3 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winhttp: #include <netinet/in.h> for sockaddr_in.

parent 87207767
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment