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 Strobl 2019-02-10 21:27:03 +00:00
parent 4c8fb952b5
commit 345c692d18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343979

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