diff options
Diffstat (limited to 'tools/perf/util/symbol-elf.c')
-rw-r--r-- | tools/perf/util/symbol-elf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c index 9428639872a6..6fbfdf8bf61f 100644 --- a/tools/perf/util/symbol-elf.c +++ b/tools/perf/util/symbol-elf.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <unistd.h> | 7 | #include <unistd.h> |
8 | #include <inttypes.h> | 8 | #include <inttypes.h> |
9 | 9 | ||
10 | #include "dso.h" | ||
10 | #include "map.h" | 11 | #include "map.h" |
11 | #include "map_groups.h" | 12 | #include "map_groups.h" |
12 | #include "symbol.h" | 13 | #include "symbol.h" |
@@ -18,8 +19,10 @@ | |||
18 | #include "debug.h" | 19 | #include "debug.h" |
19 | #include "util.h" | 20 | #include "util.h" |
20 | #include <linux/ctype.h> | 21 | #include <linux/ctype.h> |
22 | #include <linux/kernel.h> | ||
21 | #include <linux/zalloc.h> | 23 | #include <linux/zalloc.h> |
22 | #include <symbol/kallsyms.h> | 24 | #include <symbol/kallsyms.h> |
25 | #include <internal/lib.h> | ||
23 | 26 | ||
24 | #ifndef EM_AARCH64 | 27 | #ifndef EM_AARCH64 |
25 | #define EM_AARCH64 183 /* ARM 64 bit */ | 28 | #define EM_AARCH64 183 /* ARM 64 bit */ |