Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <mic@linux.microsoft.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Ben Boeckel <mathstuf@gmail.com>

authored by

Mickaël Salaün and committed by
David Howells
f14602ca 84ffbefd

+2
+2
include/linux/verification.h
··· 8 8 #ifndef _LINUX_VERIFICATION_H 9 9 #define _LINUX_VERIFICATION_H 10 10 11 + #include <linux/types.h> 12 + 11 13 /* 12 14 * Indicate that both builtin trusted keys and secondary trusted keys 13 15 * should be used.