Thread (25 messages) 25 messages, 3 authors, 2020-12-11

[PATCH v1 5/9] PKCS#7: Fix missing include

From: Mickaël Salaün <mic@digikod.net>
Date: 2020-11-20 18:04:59
Also in: keyrings, linux-integrity, linux-security-module, lkml
Subsystem: asymmetric keys, the rest · Maintainers: David Howells, Lukas Wunner, Ignat Korchagin, Linus Torvalds

From: Mickaël Salaün <redacted>

Add missing stddef.h for size_t.

Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Mickaël Salaün <redacted>
---
 include/linux/verification.h | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/include/linux/verification.h b/include/linux/verification.h
index 911ab7c2b1ab..b4a74568c0f0 100644
--- a/include/linux/verification.h
+++ b/include/linux/verification.h
@@ -8,6 +8,8 @@
 #ifndef _LINUX_VERIFICATION_H
 #define _LINUX_VERIFICATION_H
 
+#include <stddef.h>
+
 /*
  * Indicate that both builtin trusted keys and secondary trusted keys
  * should be used.
-- 
2.29.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help