From: Clay Chang Date: Sun, 7 Jan 2024 13:28:42 +0000 (+0800) Subject: KEYS: include header for EINVAL definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4bb439e8562d36af715f2c22d23c5c3ad5563061;p=linux.git KEYS: include header for EINVAL definition This patch includes linux/errno.h to address the issue of 'EINVAL' being undeclared. Signed-off-by: Clay Chang Signed-off-by: Herbert Xu --- diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index 462f8a34cdf87..b7f308977c843 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h @@ -10,6 +10,7 @@ #ifndef _LINUX_PUBLIC_KEY_H #define _LINUX_PUBLIC_KEY_H +#include #include #include