From b2b29aad0d0d63394479a7459a0f17936ce7c064 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Sep 2002 05:50:28 +0000 Subject: Import cvs-1.11.2 onto vendor branch Obtained from: http://www.cvshome.org/ --- contrib/cvs/lib/valloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/lib/valloc.c') diff --git a/contrib/cvs/lib/valloc.c b/contrib/cvs/lib/valloc.c index 674b60f6e91be..17fb14b64d78e 100644 --- a/contrib/cvs/lib/valloc.c +++ b/contrib/cvs/lib/valloc.c @@ -7,7 +7,7 @@ #include "system.h" #ifndef HAVE_GETPAGESIZE -#define getpagesize() 4096 +# include "getpagesize.h" #endif void * -- cgit v1.2.3