aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r--tools/perf/util/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
index 03a1ea2266b8..d6a79b1fb28c 100644
--- a/tools/perf/util/util.h
+++ b/tools/perf/util/util.h
@@ -75,6 +75,7 @@
75#include <api/fs/debugfs.h> 75#include <api/fs/debugfs.h>
76#include <termios.h> 76#include <termios.h>
77#include <linux/bitops.h> 77#include <linux/bitops.h>
78#include <termios.h>
78 79
79extern const char *graph_line; 80extern const char *graph_line;
80extern const char *graph_dotted_line; 81extern const char *graph_dotted_line;
@@ -308,6 +309,7 @@ extern unsigned int page_size;
308extern int cacheline_size; 309extern int cacheline_size;
309 310
310void get_term_dimensions(struct winsize *ws); 311void get_term_dimensions(struct winsize *ws);
312void set_term_quiet_input(struct termios *old);
311 313
312struct parse_tag { 314struct parse_tag {
313 char tag; 315 char tag;