summaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-05-30 05:01:44 +0000
committerScott Long <scottl@FreeBSD.org>2005-05-30 05:01:44 +0000
commite39e116ca2acbdc59c939a7ead8992d044f898d9 (patch)
tree3fa50ab1f0210a5f6d68d3ced4d1d4bc43e2f995 /sys/dev/random
parent2c075601cdd8e02a152e1162d416f0dde5373356 (diff)
Notes
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/probe.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h>
+#include <sys/param.h>
#include <sys/malloc.h>
#include <sys/random.h>
#include <sys/selinfo.h>