diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-64-128/s_isinfl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-64-128/s_isinfl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-64-128/s_isinfl.c b/sysdeps/ieee754/ldbl-64-128/s_isinfl.c index 6dab0e9223..94d0b06277 100644 --- a/sysdeps/ieee754/ldbl-64-128/s_isinfl.c +++ b/sysdeps/ieee754/ldbl-64-128/s_isinfl.c @@ -1,3 +1,5 @@ +#include <math.h> +#include <math_private.h> #include <math_ldbl_opt.h> #if !IS_IN (libm) # undef weak_alias |