diff options
Diffstat (limited to 'tools/perf/util/counts.c')
-rw-r--r-- | tools/perf/util/counts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/counts.c b/tools/perf/util/counts.c index 83fedd0d22a1..c4af82ab7808 100644 --- a/tools/perf/util/counts.c +++ b/tools/perf/util/counts.c | |||
@@ -2,6 +2,7 @@ | |||
2 | #include <stdlib.h> | 2 | #include <stdlib.h> |
3 | #include "evsel.h" | 3 | #include "evsel.h" |
4 | #include "counts.h" | 4 | #include "counts.h" |
5 | #include "util.h" | ||
5 | 6 | ||
6 | struct perf_counts *perf_counts__new(int ncpus, int nthreads) | 7 | struct perf_counts *perf_counts__new(int ncpus, int nthreads) |
7 | { | 8 | { |