aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
commit41ee9f1c6918a36d2feca1640bde21b420618948 (patch)
treee147561ada8e64b118b1cc13a83c003f0aed2e8d /sys/dev/random/randomdev.c
parentb3db79c7a129c923aa3471eb25abdeeb097a6b23 (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.c')
-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 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>