As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn't

need to drag in <sys/_task.h> either.
This commit is contained in:
marius 2019-02-10 21:27:03 +00:00
parent af0e61e653
commit dc4502cae7

View File

@ -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 */