winhttp: Include <sys/socket.h>.

This commit is contained in:
Gerald Pfeifer 2008-08-28 20:37:00 +02:00 committed by Alexandre Julliard
parent f11fe1c7a9
commit c3818f5cd9
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#ifdef HAVE_ARPA_INET_H #ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h> # include <arpa/inet.h>
#endif #endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"