diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index c2330918110c..ec5de5e3330c 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -271,4 +271,7 @@ void dump_stack(void); | |||
271 | 271 | ||
272 | extern unsigned int page_size; | 272 | extern unsigned int page_size; |
273 | 273 | ||
274 | struct winsize; | ||
275 | void get_term_dimensions(struct winsize *ws); | ||
276 | |||
274 | #endif | 277 | #endif |