mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 444328 - Cross compilation fix.
This commit is contained in:
parent
c4f95d623b
commit
1ec9adfc3b
@ -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