diff options
Diffstat (limited to 'sys/dev/randomdev/randomdev.c')
-rw-r--r-- | sys/dev/randomdev/randomdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |