diff options
Diffstat (limited to 'tools/perf/util/machine.h')
-rw-r--r-- | tools/perf/util/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h index 8b9d7157276d..7d69119d0b5d 100644 --- a/tools/perf/util/machine.h +++ b/tools/perf/util/machine.h | |||
@@ -14,6 +14,7 @@ struct branch_stack; | |||
14 | struct evsel; | 14 | struct evsel; |
15 | struct perf_sample; | 15 | struct perf_sample; |
16 | struct symbol; | 16 | struct symbol; |
17 | struct target; | ||
17 | struct thread; | 18 | struct thread; |
18 | union perf_event; | 19 | union perf_event; |
19 | 20 | ||