ecore: backport #79614

SVN revision: 80016
This commit is contained in:
Vincent Torri 2012-12-03 07:30:33 +00:00
parent e1fa3ea931
commit 6961362425
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
#include <errno.h>
#include <math.h>
#ifdef __SUNPRO_C
# include <ieeefp.h>
#endif
#ifdef HAVE_ISFINITE
# define ECORE_FINITE(t) isfinite(t)
#else