mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix include for the non-module case.
Thanks-to: SOS
This commit is contained in:
parent
cb5ad9d362
commit
39d9385710
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue