Bug 654655 ieeefp.h is required for finite() on Solaris r=bz

This commit is contained in:
Ginn Chen 2011-05-18 09:47:37 +08:00
parent 424515d579
commit b16e642b85

View File

@ -44,6 +44,10 @@
#include <math.h>
#include <float.h>
#ifdef SOLARIS
#include <ieeefp.h>
#endif
/*
* round
*/