0N/AThis allows us to get some function from math.h that other platforms are
1472N/Agetting elsewhere.
0N/ACan potentially send upstream with ifdef Solaris statement.
0N/A
0N/Adiff --git a/dom/media/webaudio/ThreeDPoint.h b/dom/media/webaudio/ThreeDPoint.h
0N/A--- a/dom/media/webaudio/ThreeDPoint.h
0N/A+++ b/dom/media/webaudio/ThreeDPoint.h
0N/A@@ -8,6 +8,7 @@
0N/A #define ThreeDPoint_h_
0N/A
0N/A #include <cmath>
0N/A+#include <math.h>
0N/A #include <algorithm>
0N/A
0N/A namespace mozilla {
0N/Adiff --git a/dom/media/webaudio/blink/DenormalDisabler.h b/dom/media/webaudio/blink/DenormalDisabler.h
0N/A--- a/dom/media/webaudio/blink/DenormalDisabler.h
0N/A+++ b/dom/media/webaudio/blink/DenormalDisabler.h
1472N/A@@ -27,6 +27,7 @@
1472N/A
1472N/A #define _USE_MATH_DEFINES
0N/A #include <cmath>
0N/A+#include <math.h>
0N/A #include <float.h>
0N/A
0N/A namespace WebCore {
0N/A