diff options
Diffstat (limited to 'sysdeps/libm-ieee754/s_csinhl.c')
-rw-r--r-- | sysdeps/libm-ieee754/s_csinhl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-ieee754/s_csinhl.c b/sysdeps/libm-ieee754/s_csinhl.c index 694b39d670..471cc7e81e 100644 --- a/sysdeps/libm-ieee754/s_csinhl.c +++ b/sysdeps/libm-ieee754/s_csinhl.c @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <complex.h> +#include <fenv.h> #include <math.h> #include "math_private.h" |