diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 17:57:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 17:57:46 +0000 |
| commit | 41ee9f1c6918a36d2feca1640bde21b420618948 (patch) | |
| tree | e147561ada8e64b118b1cc13a83c003f0aed2e8d /sys/dev/random/randomdev.c | |
| parent | b3db79c7a129c923aa3471eb25abdeeb097a6b23 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/randomdev.c')
| -rw-r--r-- | sys/dev/random/randomdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index f6fb50ef28f1..e6727ee760cf 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include <sys/kthread.h> #include <sys/lock.h> #include <sys/malloc.h> +#include <sys/module.h> #include <sys/mutex.h> #include <sys/poll.h> #include <sys/proc.h> |
