about summary refs log tree commit diff
path: root/sysdeps/riscv/rvd/s_isinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/riscv/rvd/s_isinf.c')
-rw-r--r--sysdeps/riscv/rvd/s_isinf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/riscv/rvd/s_isinf.c b/sysdeps/riscv/rvd/s_isinf.c
index 1b9767a718..48c9ba3767 100644
--- a/sysdeps/riscv/rvd/s_isinf.c
+++ b/sysdeps/riscv/rvd/s_isinf.c
@@ -18,6 +18,7 @@
 
 #include <math.h>
 #include <math_private.h>
+#include <fenv_private.h>
 
 int
 __isinf (double x)