diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto/chacha20poly1305.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/chacha20poly1305.h b/src/crypto/chacha20poly1305.h index d7f1f98..49bd5f9 100644 --- a/src/crypto/chacha20poly1305.h +++ b/src/crypto/chacha20poly1305.h @@ -32,6 +32,7 @@ bool chacha20poly1305_decrypt_sg(struct scatterlist *dst, struct scatterlist *sr const uint64_t nonce, const uint8_t key[CHACHA20POLY1305_KEYLEN]); #ifdef CONFIG_X86_64 +#include <linux/version.h> #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) #include <asm/fpu/api.h> #include <asm/simd.h> |