File fix-double-typedefs.patch of Package MozillaFirefox
diff -ruN firefox-129.0.1/modules/fdlibm/src/math_private.h firefox-129.0.1.1/modules/fdlibm/src/math_private.h --- firefox-129.0.1/modules/fdlibm/src/math_private.h 2024-08-12 08:48:39.000000000 -0400 +++ firefox-129.0.1.1/modules/fdlibm/src/math_private.h 2024-09-12 09:04:45.872205241 -0400 @@ -17,6 +17,7 @@ #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ +#include <math.h> #include <cfloat> #include <stdint.h> #include <sys/types.h>