From 0979a72b3acb7f86f8d39fe2f7dfd3d83fb5e560 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 14 Oct 2014 12:41:33 +0200 Subject: build fix - missng header for PRBool --- firefox-build-prbool.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firefox-build-prbool.patch (limited to 'firefox-build-prbool.patch') diff --git a/firefox-build-prbool.patch b/firefox-build-prbool.patch new file mode 100644 index 0000000..c7424ea --- /dev/null +++ b/firefox-build-prbool.patch @@ -0,0 +1,11 @@ +diff -up mozilla-release/security/certverifier/OCSPCache.h.old mozilla-release/security/certverifier/OCSPCache.h +--- mozilla-release/security/certverifier/OCSPCache.h.old 2014-10-14 12:33:46.519970732 +0200 ++++ mozilla-release/security/certverifier/OCSPCache.h 2014-10-14 12:34:44.418000625 +0200 +@@ -25,6 +25,7 @@ + #ifndef mozilla_psm_OCSPCache_h + #define mozilla_psm_OCSPCache_h + ++#include "prtypes.h" + #include "hasht.h" + #include "mozilla/Mutex.h" + #include "mozilla/Vector.h" -- cgit