aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/cache.h')
-rw-r--r--tools/perf/util/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/cache.h b/tools/perf/util/cache.h
index 5eca52595b62..65fe664fddf6 100644
--- a/tools/perf/util/cache.h
+++ b/tools/perf/util/cache.h
@@ -30,7 +30,7 @@ extern const char *pager_program;
30extern int pager_in_use(void); 30extern int pager_in_use(void);
31extern int pager_use_color; 31extern int pager_use_color;
32 32
33extern bool use_browser; 33extern int use_browser;
34 34
35#ifdef NO_NEWT_SUPPORT 35#ifdef NO_NEWT_SUPPORT
36static inline void setup_browser(void) 36static inline void setup_browser(void)