diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2017-04-18 14:08:10 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-04-19 16:01:53 +0000 |
| commit | b0742e90f5ab904aa835350c28bcec48e9109379 (patch) | |
| tree | 32aac13c7004239579aea973b88d98a3e7e95cae /tools/perf/ui/browsers/annotate.c | |
| parent | perf str{filter,list}: Disentangle headers (diff) | |
| download | kernel-b0742e90f5ab904aa835350c28bcec48e9109379.tar.gz kernel-b0742e90f5ab904aa835350c28bcec48e9109379.zip | |
perf tools: Don't include terminal handling headers in util.h
Continuing the disentanglement, mostly the TUI needs CTRL(c), that is
in sys/ttydefaults.h and term.c needs the termios headers.
And term.h needs to be added to a few places too.
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/ui/browsers/annotate.c')
| -rw-r--r-- | tools/perf/ui/browsers/annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 2ed64124276f..d990ad08a3c6 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -12,6 +12,7 @@ #include <inttypes.h> #include <pthread.h> #include <linux/kernel.h> +#include <sys/ttydefaults.h> struct disasm_line_samples { double percent; |
