Commit 2650af61 authored by valenting's avatar valenting
Browse files

Bug 1733356 - Fix non-unified build errors in netwerk/socket/ r=necko-reviewers,kershaw

Depends on D129499

Differential Revision: https://phabricator.services.mozilla.com/D129500
parent 1415006c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -47,5 +47,3 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
FINAL_LIBRARY = "xul"

CONFIGURE_SUBST_FILES += ["neqo/extra-bindgen-flags"]

REQUIRES_UNIFIED_BUILD = True
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#include "nsNetCID.h"
#include "nsThreadUtils.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/Logging.h"

namespace mozilla {
namespace net {
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#include "nsError.h"

using mozilla::OriginAttributes;
using namespace mozilla::net;

//////////////////////////////////////////////////////////////////////////

+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
#include "nsTLSSocketProvider.h"
#include "nsUDPSocketProvider.h"
#include "mozilla/ClearOnShutdown.h"
#include "nsThreadUtils.h"
#include "nsCRT.h"

mozilla::StaticRefPtr<nsSocketProviderService>
    nsSocketProviderService::gSingleton;