From 10a49c243fd9e547e8bfe51ea72e5fd7db676275 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 30 Oct 2016 05:07:06 +0000 Subject: include float.h for the LDBL_MAX_EXP cpp test in floatio.h --- lib/libc/stdio/vfwscanf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/vfwscanf.c') diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index f2ec3fb68b2..7827244c0b2 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfwscanf.c,v 1.5 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: vfwscanf.c,v 1.6 2016/10/30 05:07:06 jsg Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -43,6 +43,7 @@ #include "local.h" #ifdef FLOATING_POINT +#include #include "floatio.h" #endif -- cgit v1.2.3-59-g8ed1b