diff options
Diffstat (limited to '')
-rw-r--r-- | tools/perf/util/evsel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index cd336cf2eaa9..5a351cae66df 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h @@ -5,14 +5,17 @@ #include <linux/list.h> #include <stdbool.h> #include <stdio.h> +#include <sys/types.h> #include <linux/perf_event.h> #include <linux/types.h> #include <internal/evsel.h> #include <perf/evsel.h> #include "symbol_conf.h" -#include "cpumap.h" +#include <internal/cpumap.h> +struct addr_location; struct evsel; +union perf_event; /* * Per fd, to map back from PERF_SAMPLE_ID to evsel, only used when there are |