aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-09-10 16:17:19 +0100
committerArnaldo Carvalho de Melo <[email protected]>2019-09-20 09:19:21 -0300
commit09aa3b002c8cfcea65b2925ec4ff5a6ccdc44d87 (patch)
tree822850e9da8f2583b4b7d76986c11497aca083d7
parent36f3f450a8dc02d9ba0d31bc31d5b329759ed855 (diff)
perf symbols: Add missing dso.h header
This was being obtained only indirectly, by luck. 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]>
-rw-r--r--tools/perf/util/symbol-elf.c1
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"