diff options
Diffstat (limited to 'sysdeps/riscv/rv64/rvd/s_round.c')
-rw-r--r-- | sysdeps/riscv/rv64/rvd/s_round.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/riscv/rv64/rvd/s_round.c b/sysdeps/riscv/rv64/rvd/s_round.c index 22cff63e09..b3e5bc4f0d 100644 --- a/sysdeps/riscv/rv64/rvd/s_round.c +++ b/sysdeps/riscv/rv64/rvd/s_round.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-double.h> #include <stdint.h> |