diff options
Diffstat (limited to 'tools/perf/util/env.h')
-rw-r--r-- | tools/perf/util/env.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/env.h b/tools/perf/util/env.h index d8e083d42610..db40906e2937 100644 --- a/tools/perf/util/env.h +++ b/tools/perf/util/env.h | |||
@@ -4,9 +4,10 @@ | |||
4 | 4 | ||
5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
6 | #include <linux/rbtree.h> | 6 | #include <linux/rbtree.h> |
7 | #include "cpumap.h" | ||
8 | #include "rwsem.h" | 7 | #include "rwsem.h" |
9 | 8 | ||
9 | struct perf_cpu_map; | ||
10 | |||
10 | struct cpu_topology_map { | 11 | struct cpu_topology_map { |
11 | int socket_id; | 12 | int socket_id; |
12 | int die_id; | 13 | int die_id; |