diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-22 00:58:37 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-22 04:09:39 +0200 |
commit | fbd2ff0ef2f80a8b4c16a3ce53727a83b00ac620 (patch) | |
tree | ffc665400d919143c5cdeca9ae577054e23dd39a /src/crypto/simd.h | |
parent | 8fff7fa74a04892fe13cfc932f66f29330901930 (diff) |
simd: add missing header
Suggested-by: Shlomi Steinberg <shlomi@shlomisteinberg.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/simd.h')
-rw-r--r-- | src/crypto/simd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/simd.h b/src/crypto/simd.h index 07936bf..007f66e 100644 --- a/src/crypto/simd.h +++ b/src/crypto/simd.h @@ -6,6 +6,7 @@ #ifndef _WG_SIMD_H #define _WG_SIMD_H +#include <linux/sched.h> #if defined(CONFIG_X86_64) #include <linux/version.h> #include <asm/fpu/api.h> |