From b1871bd7930fe88a884936649a5a65edf58f1a29 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 25 Jun 2012 17:01:12 +0000 Subject: Do not use , that is an deformed BSD-ism. It turns out is the right file to pull in. ok millert --- lib/libc/arch/hppa/gen/flt_rounds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/arch/hppa') diff --git a/lib/libc/arch/hppa/gen/flt_rounds.c b/lib/libc/arch/hppa/gen/flt_rounds.c index a73f534f052..a5133c7502c 100644 --- a/lib/libc/arch/hppa/gen/flt_rounds.c +++ b/lib/libc/arch/hppa/gen/flt_rounds.c @@ -1,11 +1,11 @@ -/* $OpenBSD: flt_rounds.c,v 1.3 2002/10/21 18:41:05 mickey Exp $ */ +/* $OpenBSD: flt_rounds.c,v 1.4 2012/06/25 17:01:10 deraadt Exp $ */ /* * Written by Miodrag Vallat. Public domain. */ #include -#include +#include static const int map[] = { 1, /* round to nearest */ -- cgit v1.2.3