diff options
Diffstat (limited to 'src')
-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> |