diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/k_tanl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/k_tanl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-96/k_tanl.c b/sysdeps/ieee754/ldbl-96/k_tanl.c index 0c050c112f..f8641d5ce4 100644 --- a/sysdeps/ieee754/ldbl-96/k_tanl.c +++ b/sysdeps/ieee754/ldbl-96/k_tanl.c @@ -57,9 +57,10 @@ */ #include <float.h> -#include <libc-internal.h> #include <math.h> #include <math_private.h> +#include <libc-diag.h> + static const long double one = 1.0L, pio4hi = 0xc.90fdaa22168c235p-4L, |