diff options
-rw-r--r-- | tools/perf/util/evsel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index fee927404720..5c80cf037e50 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h | |||
@@ -99,6 +99,7 @@ union u64_swap { | |||
99 | }; | 99 | }; |
100 | 100 | ||
101 | struct cpu_map; | 101 | struct cpu_map; |
102 | struct target; | ||
102 | struct thread_map; | 103 | struct thread_map; |
103 | struct perf_evlist; | 104 | struct perf_evlist; |
104 | struct record_opts; | 105 | struct record_opts; |