diff options
| author | 1996-08-11 05:34:00 +0000 | |
|---|---|---|
| committer | 1996-08-11 05:34:00 +0000 | |
| commit | 0d4ec3f21e5bdaf81ec1a7d1eca9333b08a6aa34 (patch) | |
| tree | 1e7660a34b7bb37277dfb95ede32e7dc58d06592 /sys/arch/sparc/fpu/fpu_explode.c | |
| parent | use 2-char day names; from wosch@cs.tu-berlin.de (diff) | |
| download | wireguard-openbsd-0d4ec3f21e5bdaf81ec1a7d1eca9333b08a6aa34.tar.xz wireguard-openbsd-0d4ec3f21e5bdaf81ec1a7d1eca9333b08a6aa34.zip | |
netbsd port, now we merge our changes back in
Diffstat (limited to 'sys/arch/sparc/fpu/fpu_explode.c')
| -rw-r--r-- | sys/arch/sparc/fpu/fpu_explode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/fpu/fpu_explode.c b/sys/arch/sparc/fpu/fpu_explode.c index cc992fdad89..ceaa896c02d 100644 --- a/sys/arch/sparc/fpu/fpu_explode.c +++ b/sys/arch/sparc/fpu/fpu_explode.c @@ -1,4 +1,4 @@ -/* $NetBSD: fpu_explode.c,v 1.2 1994/11/20 20:52:41 deraadt Exp $ */ +/* $NetBSD: fpu_explode.c,v 1.3 1996/03/14 19:41:54 christos Exp $ */ /* * Copyright (c) 1992, 1993 @@ -50,6 +50,7 @@ */ #include <sys/types.h> +#include <sys/systm.h> #include <machine/ieee.h> #include <machine/instr.h> @@ -57,6 +58,7 @@ #include <sparc/fpu/fpu_arith.h> #include <sparc/fpu/fpu_emu.h> +#include <sparc/fpu/fpu_extern.h> /* * N.B.: in all of the following, we assume the FP format is |
