summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-06-25 20:03:44 +0000
committermarkm <markm@FreeBSD.org>2000-06-25 20:03:44 +0000
commit3666dff9fff3e55d53ffa93f0e21298a2495e567 (patch)
tree0b3cee78be994ce7f55db51939ea1b782d465b04 /sys/dev/random
parent8a32a7c2bccfd491fc2dae7afaafb5edc20a425b (diff)
downloadFreeBSD-src-3666dff9fff3e55d53ffa93f0e21298a2495e567.zip
FreeBSD-src-3666dff9fff3e55d53ffa93f0e21298a2495e567.tar.gz
Fix include for non-module case.
Thanks-to: SOS
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/yarrow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 189ef13..0324e4d 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -39,7 +39,7 @@
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
-#include "yarrow.h"
+#include "dev/randomdev/yarrow.h"
void generator_gate(void);
void reseed(void);
OpenPOWER on IntegriCloud