diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index c2c286896801..6ede1286ee71 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h | |||
@@ -100,4 +100,6 @@ int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx, | |||
100 | int refresh); | 100 | int refresh); |
101 | #endif | 101 | #endif |
102 | 102 | ||
103 | extern const char *disassembler_style; | ||
104 | |||
103 | #endif /* __PERF_ANNOTATE_H */ | 105 | #endif /* __PERF_ANNOTATE_H */ |