components/desktop/thunderbird/patches/firefox25-07-webaudio_math.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Mon, 11 Jan 2016 09:27:45 -0800
changeset 5255 cea0e462549a
permissions -rw-r--r--
22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland

--- 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 {