diff options
Diffstat (limited to 'tools/perf/bench/numa.c')
-rw-r--r-- | tools/perf/bench/numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c index 492df2752a2d..5049d6357a46 100644 --- a/tools/perf/bench/numa.c +++ b/tools/perf/bench/numa.c | |||
@@ -7,7 +7,7 @@ | |||
7 | #include "../perf.h" | 7 | #include "../perf.h" |
8 | #include "../builtin.h" | 8 | #include "../builtin.h" |
9 | #include "../util/util.h" | 9 | #include "../util/util.h" |
10 | #include "../util/parse-options.h" | 10 | #include <subcmd/parse-options.h> |
11 | #include "../util/cloexec.h" | 11 | #include "../util/cloexec.h" |
12 | 12 | ||
13 | #include "bench.h" | 13 | #include "bench.h" |