Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754169Ab3EFOv3 (ORCPT ); Mon, 6 May 2013 10:51:29 -0400 Received: from smtp.citrix.com ([66.165.176.89]:14561 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753717Ab3EFOv2 (ORCPT ); Mon, 6 May 2013 10:51:28 -0400 X-IronPort-AV: E=Sophos;i="4.87,622,1363132800"; d="scan'208";a="23502641" From: Stefano Stabellini To: CC: , , , , , , Stefano Stabellini , , Subject: [PATCH RFC v2 3/4] kernel: missing include in cputime.c Date: Mon, 6 May 2013 15:51:17 +0100 Message-ID: <1367851878-21629-3-git-send-email-stefano.stabellini@eu.citrix.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 27 Signed-off-by: Stefano Stabellini CC: mingo@redhat.com CC: peterz@infradead.org --- kernel/sched/cputime.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/sched/cputime.c b/kernel/sched/cputime.c index ed12cbb..488a5bf 100644 --- a/kernel/sched/cputime.c +++ b/kernel/sched/cputime.c @@ -5,6 +5,7 @@ #include #include #include "sched.h" +#include #ifdef CONFIG_IRQ_TIME_ACCOUNTING -- 1.7.2.5 -- 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/