Make this compilable from userland as well.
This commit is contained in:
parent
79c45f3bf9
commit
ba459bd472
@ -39,7 +39,11 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef _KERNEL
|
||||
#include <sys/systm.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <machine/endian.h>
|
||||
#include <crypto/sha2/sha2.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user