diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/s_ceill.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/s_ceill.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/s_ceill.c b/sysdeps/m68k/m680x0/fpu/s_ceill.c index 2bf95b00c6..5188c2471d 100644 --- a/sysdeps/m68k/m680x0/fpu/s_ceill.c +++ b/sysdeps/m68k/m680x0/fpu/s_ceill.c @@ -1,2 +1,2 @@ -#define FUNC ceill -#include <s_atanl.c> +#include <math-type-macros-ldouble.h> +#include <s_ceil_template.c> |