diff options
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_fromfpf_main.c')
-rw-r--r-- | sysdeps/ieee754/flt-32/s_fromfpf_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/flt-32/s_fromfpf_main.c b/sysdeps/ieee754/flt-32/s_fromfpf_main.c index 3a4ad80e55..d9909eab93 100644 --- a/sysdeps/ieee754/flt-32/s_fromfpf_main.c +++ b/sysdeps/ieee754/flt-32/s_fromfpf_main.c @@ -20,6 +20,7 @@ #include <fenv.h> #include <math.h> #include <math_private.h> +#include <libm-alias-float.h> #include <stdbool.h> #include <stdint.h> |