diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_ccos.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_ccos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/s_ccos.c b/sysdeps/m68k/fpu/s_ccos.c index fbd5ef5388..6f1232f99a 100644 --- a/sysdeps/m68k/fpu/s_ccos.c +++ b/sysdeps/m68k/fpu/s_ccos.c @@ -1,5 +1,5 @@ /* Complex cosine function. m68k fpu version - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. @@ -20,6 +20,7 @@ #include <complex.h> #include <math.h> +#include "mathimpl.h" #ifndef SUFF #define SUFF |