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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/src/ctypes/CTypes.cpp b/js/src/ctypes/CTypes.cpp
index d6adfac2c..aed1114bd 100644
--- a/js/src/ctypes/CTypes.cpp
+++ b/js/src/ctypes/CTypes.cpp
@@ -20,6 +20,10 @@
#include <float.h>
#endif
+#if defined(XP_SOLARIS)
+#include <ieeefp.h>
+#endif
+
#ifdef HAVE_SSIZE_T
#include <sys/types.h>
#endif