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