diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/hppa/fpu/fraiseexcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/fraiseexcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/s390/fpu/fraiseexcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/sparc/fpu/fraiseexcpt.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/hppa/fpu/fraiseexcpt.c b/sysdeps/hppa/fpu/fraiseexcpt.c index 7feeb99..c0cce6e 100644 --- a/sysdeps/hppa/fpu/fraiseexcpt.c +++ b/sysdeps/hppa/fpu/fraiseexcpt.c @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <fenv.h> +#include <float.h> #include <math.h> int diff --git a/sysdeps/m68k/fpu/fraiseexcpt.c b/sysdeps/m68k/fpu/fraiseexcpt.c index dcdd6c9..1c559c2 100644 --- a/sysdeps/m68k/fpu/fraiseexcpt.c +++ b/sysdeps/m68k/fpu/fraiseexcpt.c @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <fenv.h> +#include <float.h> #include <math.h> int diff --git a/sysdeps/s390/fpu/fraiseexcpt.c b/sysdeps/s390/fpu/fraiseexcpt.c index e6c716c..8047eb4 100644 --- a/sysdeps/s390/fpu/fraiseexcpt.c +++ b/sysdeps/s390/fpu/fraiseexcpt.c @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include <fenv_libc.h> +#include <float.h> #include <math.h> diff --git a/sysdeps/sparc/fpu/fraiseexcpt.c b/sysdeps/sparc/fpu/fraiseexcpt.c index b6c5d80..ce60924 100644 --- a/sysdeps/sparc/fpu/fraiseexcpt.c +++ b/sysdeps/sparc/fpu/fraiseexcpt.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <fenv.h> +#include <float.h> #include <math.h> #include <shlib-compat.h> |