Fix include for the non-module case.
Thanks-to: SOS
This commit is contained in:
parent
cb5ad9d362
commit
39d9385710
@ -44,7 +44,7 @@
|
||||
#include <sys/sysctl.h>
|
||||
#include <crypto/blowfish/blowfish.h>
|
||||
|
||||
#include "yarrow.h"
|
||||
#include "dev/randomdev/yarrow.h"
|
||||
|
||||
static d_read_t randomread;
|
||||
static d_write_t randomwrite;
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <sys/sysctl.h>
|
||||
#include <crypto/blowfish/blowfish.h>
|
||||
|
||||
#include "yarrow.h"
|
||||
#include "dev/randomdev/yarrow.h"
|
||||
|
||||
static d_read_t randomread;
|
||||
static d_write_t randomwrite;
|
||||
|
Loading…
Reference in New Issue
Block a user