From 769eaaba4214d08cc695463f7d2824617ff1f005 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 1 Aug 1997 21:36:34 +0000 Subject: pull in protos --- lib/libc/arch/mips/gen/flt_rounds.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libc/arch/mips') diff --git a/lib/libc/arch/mips/gen/flt_rounds.c b/lib/libc/arch/mips/gen/flt_rounds.c index cd7673bd639..289ed7cad3a 100644 --- a/lib/libc/arch/mips/gen/flt_rounds.c +++ b/lib/libc/arch/mips/gen/flt_rounds.c @@ -3,8 +3,11 @@ * Public domain. */ +#include +#include + #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:15:53 tholo Exp $"; +static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.3 1997/08/01 21:36:28 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ static const int map[] = { -- cgit v1.2.3