[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-jlpybqegpdauzx64l9r1jgm3@git.kernel.org>
Date: Wed, 15 Oct 2014 03:03:22 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mingo@...nel.org, fweisbec@...il.com, tglx@...utronix.de,
namhyung@...nel.org, dsahern@...il.com, paulus@...ba.org,
jean.pihet@...aro.org, jolsa@...hat.com, acme@...hat.com,
dzickus@...hat.com, adrian.hunter@...el.com, hpa@...or.com,
linux-kernel@...r.kernel.org, eranian@...gle.com, efault@....de,
peterz@...radead.org, bp@...e.de
Subject: [tip:perf/urgent] perf ui browsers: Add missing include
Commit-ID: 95e8d97e9b78040285defe482e1edf8b6341a4c1
Gitweb: http://git.kernel.org/tip/95e8d97e9b78040285defe482e1edf8b6341a4c1
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Fri, 10 Oct 2014 15:39:02 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 10 Oct 2014 15:53:42 -0300
perf ui browsers: Add missing include
This file needs the K_{RIGHT,etc} definitions but isn't including the
file where they are defined, ui/keysyms.h, fix it.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Borislav Petkov <bp@...e.de>
Cc: David Ahern <dsahern@...il.com>
Cc: Don Zickus <dzickus@...hat.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Jean Pihet <jean.pihet@...aro.org>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Mike Galbraith <efault@....de>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Stephane Eranian <eranian@...gle.com>
Link: http://lkml.kernel.org/n/tip-jlpybqegpdauzx64l9r1jgm3@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/ui/browsers/header.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/ui/browsers/header.c b/tools/perf/ui/browsers/header.c
index 89c16b9..e8278c5 100644
--- a/tools/perf/ui/browsers/header.c
+++ b/tools/perf/ui/browsers/header.c
@@ -1,6 +1,7 @@
#include "util/cache.h"
#include "util/debug.h"
#include "ui/browser.h"
+#include "ui/keysyms.h"
#include "ui/ui.h"
#include "ui/util.h"
#include "ui/libslang.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists