diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2019-01-27 12:42:37 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-02-06 13:00:38 +0000 |
| commit | 1101f69af5335a863765100d1df1999fd1e8c5bf (patch) | |
| tree | 41d53c3f4e1069f81be79a8a2505783f0ac335a7 /tools/perf/util/annotate.c | |
| parent | perf symbols: Introduce map_symbol.h (diff) | |
| download | kernel-1101f69af5335a863765100d1df1999fd1e8c5bf.tar.gz kernel-1101f69af5335a863765100d1df1999fd1e8c5bf.zip | |
pref tools: Add missing map.h includes
Lots of places get the map.h file indirectly, and since we're going to
remove it from machine.h, then those need to include it directly, do it
now, before we remove that dep.
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.c')
| -rw-r--r-- | tools/perf/util/annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 3d79add5f7ae..2468b8aa0b6b 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -17,6 +17,7 @@ #include "color.h" #include "config.h" #include "cache.h" +#include "map.h" #include "symbol.h" #include "units.h" #include "debug.h" |
