| author | Jacek Caban <jacek@codeweavers.com> |
| Fri, 07 Feb 2014 12:51:08 +0100 | |
| changeset 167533 | 4877ea30474fda039ebac8c638f6fa6583e78dc9 |
| parent 167532 | 11b6eab06c1783555aefa29acc4832922221212a |
| child 167534 | 30831efd61f0c8f4fda385f2fb099872881d85fa |
| push id | 26173 |
| push user | ryanvm@gmail.com |
| push date | Fri, 07 Feb 2014 19:22:20 +0000 |
| treeherder | mozilla-central@a96affc08b1c [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| bugs | 444328 |
| milestone | 30.0a1 |
| first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/netwerk/base/src/nsSocketTransport2.cpp +++ b/netwerk/base/src/nsSocketTransport2.cpp @@ -42,18 +42,18 @@ #if defined(XP_WIN) #include "nsNativeConnectionHelper.h" #endif /* 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> #endif /* End keepalive config inclusions. */ using namespace mozilla; using namespace mozilla::net;