OSDN Git Service

perf annotate: Add missing machine.h include directive
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 18 Sep 2019 13:10:43 +0000 (10:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:22 +0000 (09:19 -0300)
commit3f79132a47035dd4609cc5f47715331dfafaa1fa
tree50f6c8ae380b12858f5b0254ee755db7b56a69e9
parent3793d4de06fac8dcd25bf91386cf88415dbe99ad
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>
tools/perf/builtin-annotate.c