diff options
author | 1997-08-01 21:36:25 +0000 | |
---|---|---|
committer | 1997-08-01 21:36:25 +0000 | |
commit | 12af4f218165b81ce0a8faaa95cf8c74a8b385a9 (patch) | |
tree | 23c34bd1f262761b9420649f534b65e39bde9302 /lib/libc/arch/sparc | |
parent | proto __flt_rounds correctly (diff) | |
download | wireguard-openbsd-12af4f218165b81ce0a8faaa95cf8c74a8b385a9.tar.xz wireguard-openbsd-12af4f218165b81ce0a8faaa95cf8c74a8b385a9.zip |
pull in protos
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r-- | lib/libc/arch/sparc/gen/flt_rounds.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/arch/sparc/gen/flt_rounds.c b/lib/libc/arch/sparc/gen/flt_rounds.c index 5ad6519650b..ceef95ebe93 100644 --- a/lib/libc/arch/sparc/gen/flt_rounds.c +++ b/lib/libc/arch/sparc/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:17:28 tholo Exp $"; +static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.3 1997/08/01 21:36:33 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ static const int map[] = { |