diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-18 09:10:43 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-20 08:19:22 -0400 |
commit | 3f79132a47035dd4609cc5f47715331dfafaa1fa (patch) | |
tree | 50f6c8ae380b12858f5b0254ee755db7b56a69e9 /tools/perf/builtin-annotate.c | |
parent | 3793d4de06fac8dcd25bf91386cf88415dbe99ad (diff) |
perf annotate: Add missing machine.h include directive
We use what is defined there, were getting it by luck, indirectly, fix
it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-56g4jshmktniundmiw7h845k@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 4e4d2e76232e..553c651fa0a2 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "util/sort.h" | 27 | #include "util/sort.h" |
28 | #include "util/hist.h" | 28 | #include "util/hist.h" |
29 | #include "util/dso.h" | 29 | #include "util/dso.h" |
30 | #include "util/machine.h" | ||
30 | #include "util/map.h" | 31 | #include "util/map.h" |
31 | #include "util/session.h" | 32 | #include "util/session.h" |
32 | #include "util/tool.h" | 33 | #include "util/tool.h" |