summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/deflate.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-05-30 05:01:44 +0000
committerscottl <scottl@FreeBSD.org>2005-05-30 05:01:44 +0000
commit5753345cf77d2ab5bb549f43ac0310389d3c2306 (patch)
tree3fa50ab1f0210a5f6d68d3ced4d1d4bc43e2f995 /sys/opencrypto/deflate.c
parent5ca6f955b594b62bc82ea007731eae85f7837bac (diff)
downloadFreeBSD-src-5753345cf77d2ab5bb549f43ac0310389d3c2306.zip
FreeBSD-src-5753345cf77d2ab5bb549f43ac0310389d3c2306.tar.gz
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.
Diffstat (limited to 'sys/opencrypto/deflate.c')
-rw-r--r--sys/opencrypto/deflate.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h>
+#include <sys/param.h>
#include <sys/malloc.h>
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud