Module: wine Branch: master Commit: c3818f5cd98b5a8903291eef8efd677e71b04c3d URL: http://source.winehq.org/git/wine.git/?a=commit;h=c3818f5cd98b5a8903291eef8e...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Thu Aug 28 20:37:00 2008 +0200
winhttp: Include <sys/socket.h>.
---
dlls/winhttp/request.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/winhttp/request.c b/dlls/winhttp/request.c index 3449ce6..b0b81f0 100644 --- a/dlls/winhttp/request.c +++ b/dlls/winhttp/request.c @@ -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"