From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [PATCH 1/8] cred: #include init.h in cred.h Date: Mon, 1 Jun 2009 17:21:41 -0500 Message-ID: <20090601222141.GA29460@us.ibm.com> References: <20090601222119.GB29164@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20090601222119.GB29164@us.ibm.com> Sender: linux-security-module-owner@vger.kernel.org To: Oren Laadan Cc: Linux Containers , Alexey Dobriyan , David Howells , linux-security-module@vger.kernel.org, Andrew Morgan List-Id: containers.vger.kernel.org cred.h can't be included as first header because it uses __init and doesn't include init.h which is enough to break compilation on at least ia64. Signed-off-by: Alexey Dobriyan --- include/linux/cred.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/cred.h b/include/linux/cred.h index 3282ee4..4fa9996 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h @@ -13,6 +13,7 @@ #define _LINUX_CRED_H #include +#include #include #include -- 1.6.1