summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/dev/random/probe.c1
-rw-r--r--sys/opencrypto/deflate.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c
index 05b8223..e5f15fe 100644
--- a/sys/dev/random/probe.c
+++ b/sys/dev/random/probe.c
@@ -29,6 +29,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
+#include <sys/param.h>
#include <sys/malloc.h>
#include <sys/random.h>
#include <sys/selinfo.h>
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