aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
commitf34fa851e0b97ea3637d73827346927014e1b137 (patch)
tree2cd0230eaac847e88811b3c23c3cf39fd199008b /sys/dev/random
parent5e980e229f3ed52731211607e437b2f6759ab71a (diff)
Notes
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/harvest.c1
-rw-r--r--sys/dev/random/yarrow.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c
index bb6be3c8dc35..4573232134c4 100644
--- a/sys/dev/random/harvest.c
+++ b/sys/dev/random/harvest.c
@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/kthread.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/poll.h>
#include <sys/selinfo.h>
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 4e3f1743b83e..343ca9ab6f6f 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -30,6 +30,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/libkern.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/selinfo.h>
#include <sys/random.h>