7033N/AThis allows us to get some function from math.h that other platforms are
7033N/Agetting from ieeefp.h.
7033N/ACan send upstream since it already has an ifdef statement for Solaris.
7033N/A
7033N/Adiff --git a/xpcom/ds/nsMathUtils.h b/xpcom/ds/nsMathUtils.h
7033N/A--- a/xpcom/ds/nsMathUtils.h
7033N/A+++ b/xpcom/ds/nsMathUtils.h
7033N/A@@ -13,6 +13,7 @@
7033N/A #include <float.h>
7033N/A
7033N/A #ifdef SOLARIS
7033N/A+#include <math.h>
7033N/A #include <ieeefp.h>
7033N/A #endif
7033N/A