aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-25 19:00:20 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-25 19:00:20 +0000
commit39d9385710d71e4da925b4dac2d01adde7619ee7 (patch)
treea7fdd5586c290825d037fca7e813f21b48897be6 /sys/dev/random/randomdev.c
parentcb5ad9d362a9d31f751cc3e710c036c4b824c06a (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.c')
-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 157fd737bb08f..badd7ca69839c 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;