diff options
Diffstat (limited to 'lib/libc/arch/m88k/gen/flt_rounds.c')
-rw-r--r-- | lib/libc/arch/m88k/gen/flt_rounds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m88k/gen/flt_rounds.c b/lib/libc/arch/m88k/gen/flt_rounds.c index 5dbe4c20b85..3f5e3231e04 100644 --- a/lib/libc/arch/m88k/gen/flt_rounds.c +++ b/lib/libc/arch/m88k/gen/flt_rounds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flt_rounds.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ +/* $OpenBSD: flt_rounds.c,v 1.4 2012/06/25 17:01:11 deraadt Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -6,7 +6,7 @@ */ #include <sys/types.h> -#include <machine/float.h> +#include <float.h> /* * Ported to 88k (Nivas Madhur) |