From e39e116ca2acbdc59c939a7ead8992d044f898d9 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Mon, 30 May 2005 05:01:44 +0000 Subject: [PATCH] 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/dev/random/probe.c | 1 + sys/opencrypto/deflate.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 05b822324678..e5f15fe72667 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c index 92f8ab255866..49021d772c9d 100644 --- a/sys/opencrypto/deflate.c +++ b/sys/opencrypto/deflate.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include