mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
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>
This commit is contained in:
parent
84ffbefd65
commit
f14602caf4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user