aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/crypto/poly1305.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/poly1305.c b/src/crypto/poly1305.c
index 26af4ad..65a37d9 100644
--- a/src/crypto/poly1305.c
+++ b/src/crypto/poly1305.c
@@ -7,6 +7,7 @@
#include "poly1305.h"
#include <linux/kernel.h>
+#include <linux/string.h>
#if defined(CONFIG_X86_64)
#include <asm/fpu/api.h>