components/desktop/thunderbird/patches/firefox25-07-webaudio_math.patch
changeset 5255 cea0e462549a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/thunderbird/patches/firefox25-07-webaudio_math.patch	Mon Jan 11 09:27:45 2016 -0800
@@ -0,0 +1,20 @@
+--- comm-esr31/mozilla/content/media/webaudio/blink/DenormalDisabler.h.orig	2015-06-04 17:42:51.279492311 -0700
++++ comm-esr31/mozilla/content/media/webaudio/blink/DenormalDisabler.h	2015-06-04 17:42:51.288558769 -0700
+@@ -27,6 +27,7 @@
+ 
+ #define _USE_MATH_DEFINES
+ #include <cmath>
++#include <math.h>
+ #include <float.h>
+ 
+ namespace WebCore {
+--- comm-esr31/mozilla/content/media/webaudio/ThreeDPoint.h.orig	2015-06-04 17:42:51.286104792 -0700
++++ comm-esr31/mozilla/content/media/webaudio/ThreeDPoint.h	2015-06-04 17:42:51.288664521 -0700
+@@ -8,6 +8,7 @@
+ #define ThreeDPoint_h_
+ 
+ #include <cmath>
++#include <math.h>
+ #include <algorithm>
+ 
+ namespace mozilla {