summaryrefslogtreecommitdiffstats
path: root/js/src/ctypes/CTypes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/ctypes/CTypes.cpp')
-rw-r--r--js/src/ctypes/CTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/ctypes/CTypes.cpp b/js/src/ctypes/CTypes.cpp
index 0facd0009..aed1114bd 100644
--- a/js/src/ctypes/CTypes.cpp
+++ b/js/src/ctypes/CTypes.cpp
@@ -20,7 +20,7 @@
#include <float.h>
#endif
-#if defined(SOLARIS)
+#if defined(XP_SOLARIS)
#include <ieeefp.h>
#endif