From: Arnaldo Carvalho de Melo Date: Tue, 10 Sep 2019 15:17:19 +0000 (+0100) Subject: perf symbols: Add missing dso.h header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09aa3b002c8cfcea65b2925ec4ff5a6ccdc44d87;p=linux.git perf symbols: Add missing dso.h header This was being obtained only indirectly, by luck. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-xeolxwr3iftwfw9kmw26shfe@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c index 8b9199c343dd2..6fbfdf8bf61f6 100644 --- a/tools/perf/util/symbol-elf.c +++ b/tools/perf/util/symbol-elf.c @@ -7,6 +7,7 @@ #include #include +#include "dso.h" #include "map.h" #include "map_groups.h" #include "symbol.h"