aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMickaël Salaün <[email protected]>2020-11-20 19:04:22 +0100
committerDavid Howells <[email protected]>2021-01-21 16:16:10 +0000
commitf14602caf4faef18999985bc87a414b552844ad2 (patch)
tree17ecba739901cf5bc1ade9422087b7cefb53689d /include/linux
parent84ffbefd657b25dbca0dbd7772226fb83b8213b8 (diff)
PKCS#7: Fix missing include
Add missing linux/types.h for size_t. [DH: Changed from stddef.h] Signed-off-by: Mickaël Salaün <[email protected]> Signed-off-by: David Howells <[email protected]> Reviewed-by: Ben Boeckel <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/verification.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/verification.h b/include/linux/verification.h
index 911ab7c2b1ab..a655923335ae 100644
--- a/include/linux/verification.h
+++ b/include/linux/verification.h
@@ -8,6 +8,8 @@
#ifndef _LINUX_VERIFICATION_H
#define _LINUX_VERIFICATION_H
+#include <linux/types.h>
+
/*
* Indicate that both builtin trusted keys and secondary trusted keys
* should be used.