aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/yarrow.c
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/yarrow.c
parent5e980e229f3ed52731211607e437b2f6759ab71a (diff)
Notes
Diffstat (limited to 'sys/dev/random/yarrow.c')
-rw-r--r--sys/dev/random/yarrow.c1
1 files changed, 1 insertions, 0 deletions
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>