summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
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