From 39d9385710d71e4da925b4dac2d01adde7619ee7 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 25 Jun 2000 19:00:20 +0000 Subject: [PATCH] Fix include for the non-module case. Thanks-to: SOS --- sys/dev/random/randomdev.c | 2 +- sys/dev/randomdev/randomdev.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 157fd737bb0..badd7ca6983 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; diff --git a/sys/dev/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c index 157fd737bb0..badd7ca6983 100644 --- a/sys/dev/randomdev/randomdev.c +++ b/sys/dev/randomdev/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;