From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] Smack: include magic.h in smackfs.c Date: Tue, 02 Apr 2013 14:34:36 -0700 Message-ID: <515B4EEC.8000908@infradead.org> References: <20130402190929.62cea8988921a2599588a566@canb.auug.org.au> <515B12EB.50303@infradead.org> <515B264E.2020603@schaufler-ca.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from casper.infradead.org ([85.118.1.10]:55409 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933660Ab3DBWej (ORCPT ); Tue, 2 Apr 2013 18:34:39 -0400 In-Reply-To: <515B264E.2020603@schaufler-ca.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Casey Schaufler Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module On 04/02/13 11:41, Casey Schaufler wrote: > As reported for linux-next: Tree for Apr 2 (smack) > Add the required include for smackfs.c > > Signed-off-by: Casey Schaufler Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > security/smack/smackfs.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c > index 2479a41..53a08b8 100644 > --- a/security/smack/smackfs.c > +++ b/security/smack/smackfs.c > @@ -26,6 +26,7 @@ > #include > #include > #include > +#include > #include "smack.h" > > /* > > -- -- ~Randy