summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-09-18 20:42:04 +0000
committerrwatson <rwatson@FreeBSD.org>2000-09-18 20:42:04 +0000
commitb55f3608d0586488da0839ab230771a1eb87b0b9 (patch)
tree15010503f4b33d16c82f02a314401033ee56bd7d /sys/dev/random
parentb0c44b0f1d8f37d0cdfebc07042846a68b112fa7 (diff)
downloadFreeBSD-src-b55f3608d0586488da0839ab230771a1eb87b0b9.zip
FreeBSD-src-b55f3608d0586488da0839ab230771a1eb87b0b9.tar.gz
Include <sys/proc.h> to silence suser() compiler warning.
Approved by: markm
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/randomdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index d5730c4..dfb1e6e 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/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>
OpenPOWER on IntegriCloud