diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/t_sincosl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/t_sincosl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/t_sincosl.c b/sysdeps/ieee754/ldbl-128/t_sincosl.c index de5fe0d9e9..564d6d4deb 100644 --- a/sysdeps/ieee754/ldbl-128/t_sincosl.c +++ b/sysdeps/ieee754/ldbl-128/t_sincosl.c @@ -25,7 +25,10 @@ Computed using gmp. */ -const long double __sincosl_table[] = { +/* Include to grab typedefs and wrappers for _Float128 and such. */ +#include <math_private.h> + +const _Float128 __sincosl_table[] = { /* x = 1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */ /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */ |