[tbb-commits] [tor-browser/tor-browser-45.4.0esr-6.5-1] Work around Mozilla's 1305396
gk at torproject.org
gk at torproject.org
Thu Oct 6 07:55:36 UTC 2016
commit 08136fae2fb1fb6b6713b0821c8cf6ea5666d192
Author: Georg Koppen <gk at torproject.org>
Date: Tue Sep 27 08:26:07 2016 +0000
Work around Mozilla's 1305396
---
security/pkix/lib/pkixnames.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/pkix/lib/pkixnames.cpp b/security/pkix/lib/pkixnames.cpp
index 37c6c79..2cec4f0 100644
--- a/security/pkix/lib/pkixnames.cpp
+++ b/security/pkix/lib/pkixnames.cpp
@@ -37,6 +37,8 @@
#include "pkixcheck.h"
#include "pkixutil.h"
+#include <cstring>
+
namespace mozilla { namespace pkix {
namespace {
More information about the tbb-commits
mailing list