From: Jan Rękorajski Date: Mon, 20 Sep 2021 11:09:31 +0000 (+0200) Subject: - include header with double_t definition X-Git-Tag: auto/th/thunderbird-91.1.1-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fthunderbird.git;a=commitdiff_plain;h=8ec179e - include header with double_t definition --- diff --git a/glibc-2.34.patch b/glibc-2.34.patch index 6e55c2c..1c3f283 100644 --- a/glibc-2.34.patch +++ b/glibc-2.34.patch @@ -1,5 +1,13 @@ --- thunderbird-91.1.1/modules/fdlibm/src/math_private.h.orig 2021-09-16 18:04:11.000000000 +0200 +++ thunderbird-91.1.1/modules/fdlibm/src/math_private.h 2021-09-20 09:14:38.327837986 +0200 +@@ -18,6 +18,7 @@ + #define _MATH_PRIVATE_H_ + + #include ++#include + #include + #include + @@ -30,8 +30,7 @@ * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t */