From abd10344e98fba26814d81f3c4121f2fa3186c8d Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 25 Jun 2000 19:00:20 +0000 Subject: Fix include for the non-module case. Thanks-to: SOS --- sys/dev/random/randomdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/random') 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 #include -#include "yarrow.h" +#include "dev/randomdev/yarrow.h" static d_read_t randomread; static d_write_t randomwrite; -- cgit v1.1