diff options
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/chacha20.h | 1 |
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 { |