As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn't
need to drag in <sys/_task.h> either.
This commit is contained in:
parent
af0e61e653
commit
dc4502cae7
@ -63,10 +63,10 @@
|
||||
#define _CRYPTO_CRYPTO_H_
|
||||
|
||||
#include <sys/ioccom.h>
|
||||
#include <sys/_task.h>
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <opencrypto/_cryptodev.h>
|
||||
#include <sys/_task.h>
|
||||
#endif
|
||||
|
||||
/* Some initial values */
|
||||
|
Loading…
Reference in New Issue
Block a user