Re: [PATCH v1 5/9] PKCS#7: Fix missing include
From: David Howells <dhowells@redhat.com>
Date: 2020-12-04 14:08:38
Also in:
keyrings, linux-crypto, linux-integrity, lkml
From: David Howells <dhowells@redhat.com>
Date: 2020-12-04 14:08:38
Also in:
keyrings, linux-crypto, linux-integrity, lkml
Mickaël Salaün [off-list ref] wrote:
+#include <stddef.h>
Something like linux/types.h is probably a better choice. David