Bug 444328 - Cross compilation fix.

This commit is contained in:
Jacek Caban 2014-02-07 12:51:08 +01:00
parent e2c118d828
commit e530aeeb4b

View File

@ -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>