Fix include for non-module case.
Thanks-to: SOS
This commit is contained in:
parent
8567cb9f5d
commit
d147096d0f
@ -39,7 +39,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <crypto/blowfish/blowfish.h>
|
||||
|
||||
#include "yarrow.h"
|
||||
#include "dev/randomdev/yarrow.h"
|
||||
|
||||
void generator_gate(void);
|
||||
void reseed(void);
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <crypto/blowfish/blowfish.h>
|
||||
|
||||
#include "yarrow.h"
|
||||
#include "dev/randomdev/yarrow.h"
|
||||
|
||||
void generator_gate(void);
|
||||
void reseed(void);
|
||||
|
Loading…
Reference in New Issue
Block a user