summaryrefslogtreecommitdiff
path: root/sys/dev/randomdev/randomdev.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2000-09-18 20:42:04 +0000
committerRobert Watson <rwatson@FreeBSD.org>2000-09-18 20:42:04 +0000
commitc4ff4a846725f24058b6a495b7a7b4b0e00e7b0c (patch)
tree2c8ad1bf3d5c944d03a8982f9ba07678be40cc01 /sys/dev/randomdev/randomdev.c
parent0824e46a719c2d90158b8ad0ebe720948213dd9e (diff)
Notes
Diffstat (limited to 'sys/dev/randomdev/randomdev.c')
-rw-r--r--sys/dev/randomdev/randomdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c
index d5730c4bf766..dfb1e6e67faf 100644
--- a/sys/dev/randomdev/randomdev.c
+++ b/sys/dev/randomdev/randomdev.c
@@ -36,6 +36,7 @@
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/bus.h>
+#include <sys/proc.h>
#include <sys/random.h>
#include <machine/bus.h>
#include <machine/resource.h>