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