diff options
Diffstat (limited to 'tools/perf/bench/futex-wake-parallel.c')
-rw-r--r-- | tools/perf/bench/futex-wake-parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-wake-parallel.c b/tools/perf/bench/futex-wake-parallel.c index 6d8c9fa2a16c..91aaf2a1fa90 100644 --- a/tools/perf/bench/futex-wake-parallel.c +++ b/tools/perf/bench/futex-wake-parallel.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "../perf.h" | 10 | #include "../perf.h" |
11 | #include "../util/util.h" | 11 | #include "../util/util.h" |
12 | #include "../util/stat.h" | 12 | #include "../util/stat.h" |
13 | #include "../util/parse-options.h" | 13 | #include <subcmd/parse-options.h> |
14 | #include "../util/header.h" | 14 | #include "../util/header.h" |
15 | #include "bench.h" | 15 | #include "bench.h" |
16 | #include "futex.h" | 16 | #include "futex.h" |