diff options
author | rwatson <rwatson@FreeBSD.org> | 2000-09-18 20:42:04 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2000-09-18 20:42:04 +0000 |
commit | b55f3608d0586488da0839ab230771a1eb87b0b9 (patch) | |
tree | 15010503f4b33d16c82f02a314401033ee56bd7d | |
parent | b0c44b0f1d8f37d0cdfebc07042846a68b112fa7 (diff) | |
download | FreeBSD-src-b55f3608d0586488da0839ab230771a1eb87b0b9.zip FreeBSD-src-b55f3608d0586488da0839ab230771a1eb87b0b9.tar.gz |
Include <sys/proc.h> to silence suser() compiler warning.
Approved by: markm
-rw-r--r-- | sys/dev/random/randomdev.c | 1 | ||||
-rw-r--r-- | sys/dev/randomdev/randomdev.c | 1 |
2 files changed, 2 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> diff --git a/sys/dev/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c index d5730c4..dfb1e6e 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> |