mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
1415006c21
commit
2650af618b
@ -47,5 +47,3 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
|
||||
FINAL_LIBRARY = "xul"
|
||||
|
||||
CONFIGURE_SUBST_FILES += ["neqo/extra-bindgen-flags"]
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "nsNetCID.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "mozilla/ClearOnShutdown.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace net {
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "nsError.h"
|
||||
|
||||
using mozilla::OriginAttributes;
|
||||
using namespace mozilla::net;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user