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
This commit is contained in:
Valentin Gosu 2021-10-27 08:52:26 +00:00
parent 1415006c21
commit 2650af618b
4 changed files with 4 additions and 2 deletions

View File

@ -47,5 +47,3 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
FINAL_LIBRARY = "xul"
CONFIGURE_SUBST_FILES += ["neqo/extra-bindgen-flags"]
REQUIRES_UNIFIED_BUILD = True

View File

@ -10,6 +10,7 @@
#include "nsNetCID.h"
#include "nsThreadUtils.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/Logging.h"
namespace mozilla {
namespace net {

View File

@ -11,6 +11,7 @@
#include "nsError.h"
using mozilla::OriginAttributes;
using namespace mozilla::net;
//////////////////////////////////////////////////////////////////////////

View File

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