From 532c76054c79497e893520dd5fc52922b4a7487f Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 26 Feb 2020 12:04:37 +0100 Subject: Trying to fix missing size_t --- build-missing-size_t.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build-missing-size_t.patch (limited to 'build-missing-size_t.patch') diff --git a/build-missing-size_t.patch b/build-missing-size_t.patch new file mode 100644 index 0000000..36c7a1f --- /dev/null +++ b/build-missing-size_t.patch @@ -0,0 +1,11 @@ +diff -up firefox-73.0.1/mfbt/FunctionTypeTraits.h.size_t firefox-73.0.1/mfbt/FunctionTypeTraits.h +--- firefox-73.0.1/mfbt/FunctionTypeTraits.h.size_t 2020-02-26 11:59:48.643893199 +0100 ++++ firefox-73.0.1/mfbt/FunctionTypeTraits.h 2020-02-26 11:59:56.806921623 +0100 +@@ -10,6 +10,7 @@ + #define mozilla_FunctionTypeTraits_h + + #include ++#include + + namespace mozilla { + -- cgit