diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/s_tanl.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/s_tanl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/s_tanl.c b/sysdeps/m68k/m680x0/fpu/s_tanl.c index 27daf8f29b..099dbfde7d 100644 --- a/sysdeps/m68k/m680x0/fpu/s_tanl.c +++ b/sysdeps/m68k/m680x0/fpu/s_tanl.c @@ -1,2 +1,2 @@ -#define FUNC tanl -#include <s_sinl.c> +#include <math-type-macros-ldouble.h> +#include <s_tan_template.c> |