From 01c8e05f48211a9e4ae045000decf04d3e4fe6af Mon Sep 17 00:00:00 2001 From: Charles Longeau Date: Wed, 18 Jan 2012 17:23:12 +0000 Subject: Add missing header needed by iswspace() ok stsp@ --- lib/libc/stdio/vfwscanf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index 942ede0fe97..e5cf5e129c1 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfwscanf.c,v 1.1 2011/10/16 13:20:51 stsp Exp $ */ +/* $OpenBSD: vfwscanf.c,v 1.2 2012/01/18 17:23:11 chl Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -40,6 +40,7 @@ #include #include #include +#include #include "local.h" #ifdef FLOATING_POINT -- cgit v1.2.3