diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 157fd737bb08..badd7ca69839 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 157fd737bb08..badd7ca69839 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;