diff options
Diffstat (limited to 'lib/libc/arch/sh')
-rw-r--r-- | lib/libc/arch/sh/gen/flt_rounds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sh/gen/flt_rounds.c b/lib/libc/arch/sh/gen/flt_rounds.c index e05754f4434..67687ef74a9 100644 --- a/lib/libc/arch/sh/gen/flt_rounds.c +++ b/lib/libc/arch/sh/gen/flt_rounds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flt_rounds.c,v 1.2 2006/11/14 09:51:25 otto Exp $ */ +/* $OpenBSD: flt_rounds.c,v 1.3 2012/06/25 17:01:11 deraadt Exp $ */ /* * Copyright (c) 2006 Miodrag Vallat. * @@ -17,7 +17,7 @@ */ #include <sys/types.h> -#include <machine/float.h> +#include <float.h> #include <machine/ieeefp.h> static const int rndmap[] = { |