diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2012-11-23 20:31:51 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2012-11-23 20:31:51 +0000 |
commit | a3ae72a9e7646cf82331efe438dae24ac7d776b0 (patch) | |
tree | 7b755ac3e348c55a55cadeb6177fb6089727d09d /legacy/ecore/src/lib/ecore/ecore_pipe.c | |
parent | c2b4b45023f85407a9874c600cecb78c7fdfbacf (diff) |
ecore: ieeefp on solaris
SVN revision: 79579
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore/ecore_pipe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore/ecore_pipe.c b/legacy/ecore/src/lib/ecore/ecore_pipe.c index 5da0923f72..7e0e866712 100644 --- a/legacy/ecore/src/lib/ecore/ecore_pipe.c +++ b/legacy/ecore/src/lib/ecore/ecore_pipe.c | |||
@@ -7,6 +7,10 @@ | |||
7 | #include <errno.h> | 7 | #include <errno.h> |
8 | #include <math.h> | 8 | #include <math.h> |
9 | 9 | ||
10 | #ifdef __SUNPRO_C | ||
11 | # include <ieeefp.h> | ||
12 | #endif | ||
13 | |||
10 | #ifdef HAVE_ISFINITE | 14 | #ifdef HAVE_ISFINITE |
11 | # define ECORE_FINITE(t) isfinite(t) | 15 | # define ECORE_FINITE(t) isfinite(t) |
12 | #else | 16 | #else |