diff options
Diffstat (limited to 'sysdeps/riscv/rvf/s_rintf.c')
-rw-r--r-- | sysdeps/riscv/rvf/s_rintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/riscv/rvf/s_rintf.c b/sysdeps/riscv/rvf/s_rintf.c index 00e347acbe..514e1356b3 100644 --- a/sysdeps/riscv/rvf/s_rintf.c +++ b/sysdeps/riscv/rvf/s_rintf.c @@ -18,7 +18,7 @@ #define NO_MATH_REDIRECT #include <math.h> -#include <math_private.h> +#include <stdbool.h> #include <libm-alias-float.h> #include <stdint.h> |