aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJoonsoo Kim <[email protected]>2013-06-19 10:02:30 +0900
committerArnaldo Carvalho de Melo <[email protected]>2013-07-08 17:36:05 -0300
commit756bbc84e30b57ca1010b550ea30594fd0b0494f (patch)
treefab6ef307c7df8bb0310c9f5fb622e56874137b9 /tools/perf/scripts/python/check-perf-trace.py
parent13966721a11f4a2ba8038191e48083b5f31822bb (diff)
perf tools: Include termios.h explicitly
Building perf for android fails because it can't find the definition of struct winsize. This definition is in termios.h, so I add this header to util.h to solve the problem. It is missed by commit '2c803e52' which moves get_term_dimensions() from builtin-top.c to util.c, but missed to move termios.h header. Signed-off-by: Joonsoo Kim <[email protected]> Acked-by: David Ahern <[email protected]> Cc: David Ahern <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions