diff options
Diffstat (limited to 'sysdeps/riscv/rvd/s_isnan.c')
-rw-r--r-- | sysdeps/riscv/rvd/s_isnan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/riscv/rvd/s_isnan.c b/sysdeps/riscv/rvd/s_isnan.c index 3739de7ec7..0fc24df08e 100644 --- a/sysdeps/riscv/rvd/s_isnan.c +++ b/sysdeps/riscv/rvd/s_isnan.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> int __isnan (double x) |