[tor-commits] [tor-browser] 01/72: Fixed a Firefox include problem

gitolite role git at cupani.torproject.org
Fri Jul 8 22:28:46 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch tor-browser-91.11.0esr-11.5-1
in repository tor-browser.

commit 549f09dee6b3cb59f7f131bf0961e7930cb85071
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Tue Feb 22 18:03:02 2022 +0100

    Fixed a Firefox include problem
    
    Firefox code missed some includes, but Mozilla devs did not notice
    because of the unified build mechanism.
    They have already been fixed in repid release, but not in ESR.
    See https://bugzilla.mozilla.org/show_bug.cgi?id=1733356 for further
    information.
---
 netwerk/dns/TRR.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netwerk/dns/TRR.cpp b/netwerk/dns/TRR.cpp
index 2ee7110f9e2b1..4b6832af96ad7 100644
--- a/netwerk/dns/TRR.cpp
+++ b/netwerk/dns/TRR.cpp
@@ -6,6 +6,7 @@
 
 #include "DNS.h"
 #include "DNSUtils.h"
+#include "ODoH.h"
 #include "nsCharSeparatedTokenizer.h"
 #include "nsContentUtils.h"
 #include "nsHttpHandler.h"
@@ -20,6 +21,7 @@
 #include "nsIUploadChannel2.h"
 #include "nsIURIMutator.h"
 #include "nsNetUtil.h"
+#include "nsQueryObject.h"
 #include "nsStringStream.h"
 #include "nsThreadUtils.h"
 #include "nsURLHelper.h"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list