summaryrefslogtreecommitdiffstats
path: root/xpcom/ds/nsMathUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/ds/nsMathUtils.h')
-rw-r--r--xpcom/ds/nsMathUtils.h2
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