summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-06-25 19:00:20 +0000
committermarkm <markm@FreeBSD.org>2000-06-25 19:00:20 +0000
commitabd10344e98fba26814d81f3c4121f2fa3186c8d (patch)
tree188bba4892d168fdc261b7d4ad955466205e44c4 /sys/dev/random
parentf077cb82c85967c8312b02be61d14decb02d0a01 (diff)
downloadFreeBSD-src-abd10344e98fba26814d81f3c4121f2fa3186c8d.zip
FreeBSD-src-abd10344e98fba26814d81f3c4121f2fa3186c8d.tar.gz
Fix include for the non-module case.
Thanks-to: SOS
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/randomdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index 157fd73..badd7ca 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -44,7 +44,7 @@
#include <sys/sysctl.h>
#include <crypto/blowfish/blowfish.h>
-#include "yarrow.h"
+#include "dev/randomdev/yarrow.h"
static d_read_t randomread;
static d_write_t randomwrite;
OpenPOWER on IntegriCloud