From: Randy Dunlap Date: Tue, 13 Feb 2018 01:26:20 +0000 (-0800) Subject: integrity/security: fix digsig.c build error with header file X-Git-Tag: v4.9.104~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a5a436acaf5fffeea35b7c11209d00d58b74bf6;p=platform%2Fkernel%2Flinux-amlogic.git integrity/security: fix digsig.c build error with header file [ Upstream commit 120f3b11ef88fc38ce1d0ff9c9a4b37860ad3140 ] security/integrity/digsig.c has build errors on some $ARCH due to a missing header file, so add it. security/integrity/digsig.c:146:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] Reported-by: Michael Ellerman Signed-off-by: Randy Dunlap Cc: Mimi Zohar Cc: linux-integrity@vger.kernel.org Link: http://kisskb.ellerman.id.au/kisskb/head/13396/ Signed-off-by: James Morris Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c index 4304372..95433ac 100644 --- a/security/integrity/digsig.c +++ b/security/integrity/digsig.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include