mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 444328 - Cross compilation fix.
This commit is contained in:
parent
e2c118d828
commit
e530aeeb4b
@ -47,8 +47,8 @@
|
||||
/* Following inclusions required for keepalive config not supported by NSPR. */
|
||||
#include "private/pprio.h"
|
||||
#if defined(XP_WIN)
|
||||
#include <Winsock2.h>
|
||||
#include <Mstcpip.h>
|
||||
#include <winsock2.h>
|
||||
#include <mstcpip.h>
|
||||
#elif defined(XP_UNIX)
|
||||
#include <errno.h>
|
||||
#include <netinet/tcp.h>
|
||||
|
Loading…
Reference in New Issue
Block a user