diff options
Diffstat (limited to 'tools/perf/util/map.h')
-rw-r--r-- | tools/perf/util/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h index 86f77cb1d060..b756368076c6 100644 --- a/tools/perf/util/map.h +++ b/tools/perf/util/map.h | |||
@@ -13,6 +13,8 @@ enum map_type { | |||
13 | 13 | ||
14 | #define MAP__NR_TYPES (MAP__VARIABLE + 1) | 14 | #define MAP__NR_TYPES (MAP__VARIABLE + 1) |
15 | 15 | ||
16 | extern const char *map_type__name[MAP__NR_TYPES]; | ||
17 | |||
16 | struct dso; | 18 | struct dso; |
17 | struct ref_reloc_sym; | 19 | struct ref_reloc_sym; |
18 | struct map_groups; | 20 | struct map_groups; |