Cross Reference: firefox-07-nsMathUtils.patch
xref
: /
solaris-userland-s11u3
/
components
/
desktop
/
firefox
/
patches
/
firefox-07-nsMathUtils.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
7033
N/A
This allows us to get some function from
math.h
that other platforms are
7033
N/A
getting from
ieeefp.h.
7033
N/A
Can send upstream since it already has an ifdef statement for Solaris.
7033
N/A
7033
N/A
diff --git
a/xpcom/ds/nsMathUtils.h
b/xpcom/ds/nsMathUtils.h
7033
N/A
---
a/xpcom/ds/nsMathUtils.h
7033
N/A
+++
b/xpcom/ds/nsMathUtils.h
7033
N/A
@@ -13,6 +13,7 @@
7033
N/A
#include <
float.h
>
7033
N/A
7033
N/A
#ifdef SOLARIS
7033
N/A
+#include <
math.h
>
7033
N/A
#include <
ieeefp.h
>
7033
N/A
#endif
7033
N/A