diff options
author | Jan Horak <jhorak@redhat.com> | 2020-02-26 12:04:37 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2020-02-26 12:04:37 +0100 |
commit | 532c76054c79497e893520dd5fc52922b4a7487f (patch) | |
tree | 6ec454941ec6882b5d453e8b984517f8b99290d1 /build-missing-size_t.patch | |
parent | Fixing pipewire buildrequires (diff) | |
download | librewolf-fedora-ff-532c76054c79497e893520dd5fc52922b4a7487f.tar.gz librewolf-fedora-ff-532c76054c79497e893520dd5fc52922b4a7487f.tar.bz2 librewolf-fedora-ff-532c76054c79497e893520dd5fc52922b4a7487f.zip |
Trying to fix missing size_t
Diffstat (limited to 'build-missing-size_t.patch')
-rw-r--r-- | build-missing-size_t.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 <tuple> ++#include <stddef.h> + + namespace mozilla { + |