From 5753345cf77d2ab5bb549f43ac0310389d3c2306 Mon Sep 17 00:00:00 2001 From: scottl Date: Mon, 30 May 2005 05:01:44 +0000 Subject: malloc.h relies on param.h for a definition of MAXCPU. I guess that there is other header pollution that makes this work right now, but it falls over when doing a RELENG_5 -> HEAD upgrade. --- sys/opencrypto/deflate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/opencrypto') diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c index 92f8ab2..49021d7 100644 --- a/sys/opencrypto/deflate.c +++ b/sys/opencrypto/deflate.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include -- cgit v1.1