diff options
Diffstat (limited to 'lib/libc/arch/ns32k/gen/flt_rounds.c')
-rw-r--r-- | lib/libc/arch/ns32k/gen/flt_rounds.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/arch/ns32k/gen/flt_rounds.c b/lib/libc/arch/ns32k/gen/flt_rounds.c index 8929d531d1d..3795f2f348e 100644 --- a/lib/libc/arch/ns32k/gen/flt_rounds.c +++ b/lib/libc/arch/ns32k/gen/flt_rounds.c @@ -3,8 +3,11 @@ * Public domain. */ +#include <sys/types.h> +#include <machine/float.h> + #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:16:40 tholo Exp $"; +static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.3 1997/08/01 21:36:31 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ static const int map[] = { |