Commit 8c189d78 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant…

winhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant inclusion from request.c.
parent bb688943
......@@ -27,9 +27,6 @@
#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"
......
......@@ -27,6 +27,9 @@
#include "wine/unicode.h"
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.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