diff options
Diffstat (limited to 'lib/libc/arch/mips64/gen/flt_rounds.c')
-rw-r--r-- | lib/libc/arch/mips64/gen/flt_rounds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/gen/flt_rounds.c b/lib/libc/arch/mips64/gen/flt_rounds.c index 32c5273936e..6351de0df69 100644 --- a/lib/libc/arch/mips64/gen/flt_rounds.c +++ b/lib/libc/arch/mips64/gen/flt_rounds.c @@ -1,11 +1,11 @@ -/* $OpenBSD: flt_rounds.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ +/* $OpenBSD: flt_rounds.c,v 1.3 2012/06/25 17:01:11 deraadt Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ #include <sys/types.h> -#include <machine/float.h> +#include <float.h> static const int map[] = { 1, /* round to nearest */ |