311986d
diff -up firefox-48.0/dom/u2f/U2F.cpp.prbool firefox-48.0/dom/u2f/U2F.cpp
311986d
--- firefox-48.0/dom/u2f/U2F.cpp.prbool	2016-07-26 12:27:56.903381382 +0200
311986d
+++ firefox-48.0/dom/u2f/U2F.cpp	2016-07-26 12:28:08.924399413 +0200
311986d
@@ -4,6 +4,7 @@
311986d
  * License, v. 2.0. If a copy of the MPL was not distributed with this
311986d
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
311986d
 
311986d
+#include "prtypes.h"
311986d
 #include "hasht.h"
311986d
 #include "mozilla/dom/ContentChild.h"
311986d
 #include "mozilla/dom/CryptoBuffer.h"
311986d
diff -up firefox-48.0/security/certverifier/OCSPCache.h.prbool firefox-48.0/security/certverifier/OCSPCache.h
311986d
--- firefox-48.0/security/certverifier/OCSPCache.h.prbool	2016-05-12 19:13:32.000000000 +0200
311986d
+++ firefox-48.0/security/certverifier/OCSPCache.h	2016-07-26 12:26:56.366290580 +0200
0979a72
@@ -25,6 +25,7 @@
0979a72
 #ifndef mozilla_psm_OCSPCache_h
0979a72
 #define mozilla_psm_OCSPCache_h
0979a72
 
0979a72
+#include "prtypes.h"
0979a72
 #include "hasht.h"
0979a72
 #include "mozilla/Mutex.h"
0979a72
 #include "mozilla/Vector.h"