From 55640ce8bb2264b13945cae1be900142dac1ef08 Mon Sep 17 00:00:00 2001 From: chl Date: Mon, 5 May 2008 21:50:45 +0000 Subject: add missing header for getpagesize ok espie@ --- lib/libc/stdio/vfprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/vfprintf.c') diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index a99b32cf9a4..d4e96dd4ab8 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfprintf.c,v 1.43 2007/11/28 19:06:19 deraadt Exp $ */ +/* $OpenBSD: vfprintf.c,v 1.44 2008/05/05 21:50:45 chl Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -48,6 +48,7 @@ #include #include #include +#include #include "local.h" #include "fvwrite.h" -- cgit v1.2.3-59-g8ed1b