diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c b/sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c index 7197962b68..d1cdd54c44 100644 --- a/sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c +++ b/sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c @@ -22,6 +22,7 @@ #include <errno.h> #include <math.h> +#include <math-barriers.h> #include <math_private.h> #include <math_ldbl_opt.h> #include <float.h> |