diff options
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/ds/nsMathUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/ds/nsMathUtils.h b/xpcom/ds/nsMathUtils.h index 61eb47501..e3f423c8f 100644 --- a/xpcom/ds/nsMathUtils.h +++ b/xpcom/ds/nsMathUtils.h @@ -11,7 +11,7 @@ #include <cmath> #include <float.h> -#if defined(XP_SOLARIS) +#ifdef XP_SOLARIS #include <math.h> #include <ieeefp.h> #endif |