Skip to content
Snippets Groups Projects
Commit f14602ca authored by Mickaël Salaün's avatar Mickaël Salaün Committed by David Howells
Browse files

PKCS#7: Fix missing include


Add missing linux/types.h for size_t.

[DH: Changed from stddef.h]

Signed-off-by: default avatarMickaël Salaün <mic@linux.microsoft.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Reviewed-by: default avatarBen Boeckel <mathstuf@gmail.com>
parent 84ffbefd
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment