From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755186AbYJ3BDv (ORCPT ); Wed, 29 Oct 2008 21:03:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755259AbYJ3BD2 (ORCPT ); Wed, 29 Oct 2008 21:03:28 -0400 Received: from gateway-1237.mvista.com ([63.81.120.158]:26169 "EHLO gateway-1237.mvista.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755190AbYJ3BD1 (ORCPT ); Wed, 29 Oct 2008 21:03:27 -0400 Message-ID: <490907DE.2030502@ct.jp.nec.com> Date: Wed, 29 Oct 2008 18:03:26 -0700 From: Hiroshi Shimamoto User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Cc: Andrew Morton Subject: [PATCH] add include list.h in binfmts.h Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hiroshi Shimamoto linux_binfmt uses list_head, so list.h is needed. Signed-off-by: Hiroshi Shimamoto --- include/linux/binfmts.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 7394b5b..06c1123 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h @@ -1,6 +1,7 @@ #ifndef _LINUX_BINFMTS_H #define _LINUX_BINFMTS_H +#include #include struct pt_regs; -- 1.5.6