projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ffbef
)
PKCS#7: Fix missing include
author
Mickaël Salaün
<mic@linux.microsoft.com>
Fri, 20 Nov 2020 18:04:22 +0000
(19:04 +0100)
committer
David Howells
<dhowells@redhat.com>
Thu, 21 Jan 2021 16:16:10 +0000
(16:16 +0000)
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>
include/linux/verification.h
patch
|
blob
|
history
diff --git
a/include/linux/verification.h
b/include/linux/verification.h
index 911ab7c2b1ab39133f2e993eeaf818847912204c..a655923335aebd587b80c5da9db979958389ca84 100644
(file)
--- 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.