Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755483AbYLJGxj (ORCPT ); Wed, 10 Dec 2008 01:53:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754078AbYLJGx2 (ORCPT ); Wed, 10 Dec 2008 01:53:28 -0500 Received: from wf-out-1314.google.com ([209.85.200.172]:42292 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753640AbYLJGx1 (ORCPT ); Wed, 10 Dec 2008 01:53:27 -0500 Subject: Re: [PATCH][RT] Compile-time fix. From: Sven-Thorsten Dietrich To: Steven Rostedt Cc: LKML , linux-rt-users , Peter Zijlstra , Clark Williams , Ingo Molnar , Thomas Gleixner , Arnaldo Carvalho de Melo , Gregory Haskins , Darren Hart In-Reply-To: <1228890920.9542.2.camel@dd> References: <1228890920.9542.2.camel@dd> Content-Type: text/plain Organization: The Big Corporation Date: Tue, 09 Dec 2008 22:53:22 -0800 Message-Id: <1228892002.9542.4.camel@dd> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 642 Lines: 25 Compile-time fix. Signed-off-by: Sven-Thorsten Dietrich diff --git a/include/linux/mutex.h b/include/linux/mutex.h index 585feed..b74fdc2 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h @@ -14,7 +14,7 @@ #include #include #include - +#include #include /* -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/