diff options
-rw-r--r-- | netwerk/ipc/NeckoParent.cpp | 2 | ||||
-rw-r--r-- | netwerk/ipc/moz.build | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/netwerk/ipc/NeckoParent.cpp b/netwerk/ipc/NeckoParent.cpp index 5913b59d9..e57481c55 100644 --- a/netwerk/ipc/NeckoParent.cpp +++ b/netwerk/ipc/NeckoParent.cpp @@ -45,6 +45,8 @@ #include "nsINetworkPredictor.h" #include "nsINetworkPredictorVerifier.h" #include "nsISpeculativeConnect.h" +#include "nsIOService.h" +#include "mozilla/ipc/URIUtils.h" using mozilla::DocShellOriginAttributes; using mozilla::NeckoOriginAttributes; diff --git a/netwerk/ipc/moz.build b/netwerk/ipc/moz.build index 0740e6f6b..d2bb10501 100644 --- a/netwerk/ipc/moz.build +++ b/netwerk/ipc/moz.build @@ -12,7 +12,7 @@ EXPORTS.mozilla.net += [ 'NeckoParent.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'ChannelEventQueue.cpp', 'NeckoChild.cpp', 'NeckoCommon.cpp', |