diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-10 17:17:19 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-20 14:19:21 +0200 |
commit | 09aa3b002c8cfcea65b2925ec4ff5a6ccdc44d87 (patch) | |
tree | 822850e9da8f2583b4b7d76986c11497aca083d7 /tools/perf/util/symbol-elf.c | |
parent | perf probe: Add missing build-id.h header. (diff) | |
download | linux-09aa3b002c8cfcea65b2925ec4ff5a6ccdc44d87.tar.xz linux-09aa3b002c8cfcea65b2925ec4ff5a6ccdc44d87.zip |
perf symbols: Add missing dso.h header
This was being obtained only indirectly, by luck.
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-xeolxwr3iftwfw9kmw26shfe@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/symbol-elf.c')
-rw-r--r-- | tools/perf/util/symbol-elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c index 8b9199c343dd..6fbfdf8bf61f 100644 --- a/tools/perf/util/symbol-elf.c +++ b/tools/perf/util/symbol-elf.c @@ -7,6 +7,7 @@ #include <unistd.h> #include <inttypes.h> +#include "dso.h" #include "map.h" #include "map_groups.h" #include "symbol.h" |