aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-22 00:58:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-22 04:09:39 +0200
commitbb768049d92fbbcf4edb8d6a6c4f14fb8a2f2352 (patch)
tree960af3c81c9f96145ee22a77d000fe1ff4024f65
parentpoly1305: give linker the correct constant data section size (diff)
downloadwireguard-monolithic-historical-bb768049d92fbbcf4edb8d6a6c4f14fb8a2f2352.tar.xz
wireguard-monolithic-historical-bb768049d92fbbcf4edb8d6a6c4f14fb8a2f2352.zip
simd: add missing header
Suggested-by: Shlomi Steinberg <shlomi@shlomisteinberg.com>
-rw-r--r--src/crypto/simd.h1
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>