diff options
Diffstat (limited to 'tools/perf/bench/futex-wake-parallel.c')
-rw-r--r-- | tools/perf/bench/futex-wake-parallel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-wake-parallel.c b/tools/perf/bench/futex-wake-parallel.c index 163fe16c275a..a053cf2b7039 100644 --- a/tools/perf/bench/futex-wake-parallel.c +++ b/tools/perf/bench/futex-wake-parallel.c | |||
@@ -29,7 +29,8 @@ int bench_futex_wake_parallel(int argc __maybe_unused, const char **argv __maybe | |||
29 | #include <linux/time64.h> | 29 | #include <linux/time64.h> |
30 | #include <errno.h> | 30 | #include <errno.h> |
31 | #include "futex.h" | 31 | #include "futex.h" |
32 | #include "cpumap.h" | 32 | #include <internal/cpumap.h> |
33 | #include <perf/cpumap.h> | ||
33 | 34 | ||
34 | #include <err.h> | 35 | #include <err.h> |
35 | #include <stdlib.h> | 36 | #include <stdlib.h> |