diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_llrintf.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_llrintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/s_llrintf.c b/sysdeps/m68k/fpu/s_llrintf.c index 0cd12c9920..b9ba5a0148 100644 --- a/sysdeps/m68k/fpu/s_llrintf.c +++ b/sysdeps/m68k/fpu/s_llrintf.c @@ -1,6 +1,6 @@ /* Round argument to nearest integral value according to current rounding direction. - 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> @@ -21,6 +21,7 @@ #include <math.h> #include "math_private.h" +#include "mathimpl.h" long long int __llrintf (float x) |