diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fromfp.h | 1 | ||||
-rw-r--r-- | math/math-narrow.h | 1 | ||||
-rw-r--r-- | math/s_nextafter.c | 1 | ||||
-rw-r--r-- | math/s_nexttowardf.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/math/fromfp.h b/math/fromfp.h index 5944770598..9d102a635f 100644 --- a/math/fromfp.h +++ b/math/fromfp.h @@ -20,6 +20,7 @@ #include <fenv.h> #include <float.h> #include <math.h> +#include <math-barriers.h> #include <math_private.h> #include <stdbool.h> #include <stdint.h> diff --git a/math/math-narrow.h b/math/math-narrow.h index a062b8db05..b6982f2396 100644 --- a/math/math-narrow.h +++ b/math/math-narrow.h @@ -24,6 +24,7 @@ #include <errno.h> #include <fenv.h> #include <ieee754.h> +#include <math-barriers.h> #include <math_private.h> /* Carry out a computation using round-to-odd. The computation is diff --git a/math/s_nextafter.c b/math/s_nextafter.c index fbf440e519..792c9d1d78 100644 --- a/math/s_nextafter.c +++ b/math/s_nextafter.c @@ -27,6 +27,7 @@ static char rcsid[] = "$NetBSD: s_nextafter.c,v 1.8 1995/05/10 20:47:58 jtc Exp #include <errno.h> #include <math.h> +#include <math-barriers.h> #include <math_private.h> #include <float.h> #include <libm-alias-double.h> diff --git a/math/s_nexttowardf.c b/math/s_nexttowardf.c index 85d02e863a..cdc06109ca 100644 --- a/math/s_nexttowardf.c +++ b/math/s_nexttowardf.c @@ -22,6 +22,7 @@ #include <errno.h> #include <math.h> +#include <math-barriers.h> #include <math_private.h> #include <float.h> |