aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-02 19:51:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-02 19:51:37 +0200
commit745723293a901d2a5a224a5606de1fbf6f9b80a4 (patch)
tree363a85e52174a87b5ec4e664448ebd5c79da26f2 /src/crypto
parentwg-quick: android: delay setting users until end (diff)
downloadwireguard-monolithic-historical-745723293a901d2a5a224a5606de1fbf6f9b80a4.tar.xz
wireguard-monolithic-historical-745723293a901d2a5a224a5606de1fbf6f9b80a4.zip
chacha20: add missing include to header
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/chacha20.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/chacha20.h b/src/crypto/chacha20.h
index 10f35ab..01fb99a 100644
--- a/src/crypto/chacha20.h
+++ b/src/crypto/chacha20.h
@@ -6,6 +6,7 @@
#ifndef _WG_CHACHA20_H
#define _WG_CHACHA20_H
+#include <linux/kernel.h>
#include <linux/types.h>
enum {