aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/randomdev
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-25 20:03:44 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-25 20:03:44 +0000
commitd147096d0fcc075f263c46a6e6e2b446d51aaabe (patch)
tree90fcafc393d6114cc44db4337bf9f3063cceb04f /sys/dev/randomdev
parent8567cb9f5d39497d67006ad5a804c8d9ab5c0b01 (diff)
Notes
Diffstat (limited to 'sys/dev/randomdev')
-rw-r--r--sys/dev/randomdev/yarrow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/randomdev/yarrow.c b/sys/dev/randomdev/yarrow.c
index 189ef1307a54..0324e4dc33a1 100644
--- a/sys/dev/randomdev/yarrow.c
+++ b/sys/dev/randomdev/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);