Skip to content

Commit

Permalink
PKCS#7: Fix missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mickaël Salaün authored and David Howells committed Jan 21, 2021
1 parent 84ffbef commit f14602c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/verification.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f14602c

Please sign in to comment.