From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbcGSGu3 (ORCPT ); Tue, 19 Jul 2016 02:50:29 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44126 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752690AbcGSGuS (ORCPT ); Tue, 19 Jul 2016 02:50:18 -0400 Date: Mon, 18 Jul 2016 23:50:07 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: linux-kernel@vger.kernel.org, adrian.hunter@intel.com, namhyung@kernel.org, jolsa@kernel.org, hpa@zytor.com, tglx@linutronix.de, dsahern@gmail.com, mingo@kernel.org, acme@redhat.com, wangnan0@huawei.com Reply-To: linux-kernel@vger.kernel.org, hpa@zytor.com, jolsa@kernel.org, namhyung@kernel.org, adrian.hunter@intel.com, tglx@linutronix.de, dsahern@gmail.com, acme@redhat.com, mingo@kernel.org, wangnan0@huawei.com To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Add missing linux/compiler.h include to perf-sys.h Git-Commit-ID: 14f0652b4fbebd0b05da36a06b17ac6d4d87a8f8 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 14f0652b4fbebd0b05da36a06b17ac6d4d87a8f8 Gitweb: http://git.kernel.org/tip/14f0652b4fbebd0b05da36a06b17ac6d4d87a8f8 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 18 Jul 2016 17:40:49 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 18 Jul 2016 17:40:49 -0300 perf tools: Add missing linux/compiler.h include to perf-sys.h It uses the likely/unlikely macros, so need to include . Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-p0xrhgbkicsii9ohmhhprqpi@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/perf-sys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/perf-sys.h b/tools/perf/perf-sys.h index 5cee8a3..7ed72a4 100644 --- a/tools/perf/perf-sys.h +++ b/tools/perf/perf-sys.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include