summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
committerphk <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
commitd6f7d2bde68969cf6b02318c095e9f18e077ab6a (patch)
treee147561ada8e64b118b1cc13a83c003f0aed2e8d /sys/dev/random
parent6428c20edbbf3253a4b079647e64148c74695288 (diff)
downloadFreeBSD-src-d6f7d2bde68969cf6b02318c095e9f18e077ab6a.zip
FreeBSD-src-d6f7d2bde68969cf6b02318c095e9f18e077ab6a.tar.gz
Add some missing <sys/module.h> includes which are masked by the
one on death-row in <sys/kernel.h>
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 f6fb50e..e6727ee 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>
OpenPOWER on IntegriCloud