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 7feeb9946f..c0cce6e7ce 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 dcdd6c9131..1c559c2b26 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 e6c716cfc6..8047eb4c22 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 b6c5d80541..ce6092499b 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> |