Message ID | 20201120180426.922572-6-mic@digikod.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Enable root to update the blacklist keyring | expand |
Mickaël Salaün <mic@digikod.net> wrote:
> +#include <stddef.h>
Something like linux/types.h is probably a better choice.
David
On 04/12/2020 15:06, David Howells wrote: > Mickaël Salaün <mic@digikod.net> wrote: > >> +#include <stddef.h> > > Something like linux/types.h is probably a better choice. Indeed. > > David >
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.