diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-10-10 14:39:02 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-10-10 14:53:42 -0400 |
commit | 95e8d97e9b78040285defe482e1edf8b6341a4c1 (patch) | |
tree | 75eaad1def86d683a857ddb6b54093b556d51ab8 /tools | |
parent | 4318bcb70ecc567dd0414d87fcd7e926ce956aab (diff) |
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@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-jlpybqegpdauzx64l9r1jgm3@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/ui/browsers/header.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/ui/browsers/header.c b/tools/perf/ui/browsers/header.c index 89c16b988618..e8278c558d4a 100644 --- a/tools/perf/ui/browsers/header.c +++ b/tools/perf/ui/browsers/header.c | |||
@@ -1,6 +1,7 @@ | |||
1 | #include "util/cache.h" | 1 | #include "util/cache.h" |
2 | #include "util/debug.h" | 2 | #include "util/debug.h" |
3 | #include "ui/browser.h" | 3 | #include "ui/browser.h" |
4 | #include "ui/keysyms.h" | ||
4 | #include "ui/ui.h" | 5 | #include "ui/ui.h" |
5 | #include "ui/util.h" | 6 | #include "ui/util.h" |
6 | #include "ui/libslang.h" | 7 | #include "ui/libslang.h" |