Commit c3818f5c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winhttp: Include <sys/socket.h>.

parent f11fe1c7
......@@ -24,6 +24,9 @@
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include "windef.h"
#include "winbase.h"
......
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