diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-11 05:35:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-11 05:35:37 +0000 |
commit | e511a52691ddb2290f5d3c9ca6e9f0fc3b320289 (patch) | |
tree | f68510b774a71e2a0879cb013e3abd7a15665abc /sys/arch/sparc/fpu/fpu_subr.c | |
parent | fc98d7c9a0046f274410f903f952ef6224f68e10 (diff) |
netbsd port, now we merge our changes back in
Diffstat (limited to 'sys/arch/sparc/fpu/fpu_subr.c')
-rw-r--r-- | sys/arch/sparc/fpu/fpu_subr.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc/fpu/fpu_subr.c b/sys/arch/sparc/fpu/fpu_subr.c index 685ae2de34f..45b80c219ba 100644 --- a/sys/arch/sparc/fpu/fpu_subr.c +++ b/sys/arch/sparc/fpu/fpu_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: fpu_subr.c,v 1.2 1994/11/20 20:52:47 deraadt Exp $ */ +/* $NetBSD: fpu_subr.c,v 1.3 1996/03/14 19:42:01 christos Exp $ */ /* * Copyright (c) 1992, 1993 @@ -49,11 +49,16 @@ */ #include <sys/types.h> +#ifdef DIAGNOSTIC +#include <sys/systm.h> +#endif #include <machine/reg.h> +#include <machine/instr.h> #include <sparc/fpu/fpu_arith.h> #include <sparc/fpu/fpu_emu.h> +#include <sparc/fpu/fpu_extern.h> /* * Shift the given number right rsh bits. Any bits that `fall off' will get |