author | Ehsan Akhgari <ehsan@mozilla.com> |
Wed, 28 Nov 2012 17:06:34 -0500 | |
changeset 114417 | 38324b54e6d68f761e1409d73991c941c486d150 |
parent 114416 | 99216975f48bab54713831002e1a0d88379d046e |
child 114418 | 702ff40d144761e7bd6762e25ff8dbbb6db6546d |
push id | 23917 |
push user | emorley@mozilla.com |
push date | Thu, 29 Nov 2012 14:20:29 +0000 |
treeherder | mozilla-central@c72d38e7a212 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 813438 |
milestone | 20.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/build/nsNetModule.cpp +++ b/netwerk/build/nsNetModule.cpp @@ -31,16 +31,17 @@ #include "nsApplicationCacheService.h" #include "nsMimeTypes.h" #include "nsNetStrings.h" #include "nsDNSPrefetch.h" #include "nsAboutProtocolHandler.h" #include "nsXULAppAPI.h" #include "nsCategoryCache.h" #include "nsIContentSniffer.h" +#include "nsNetUtil.h" #include "nsNetCID.h" #if defined(XP_MACOSX) #if !defined(__LP64__) #define BUILD_APPLEFILE_DECODER 1 #endif #else