aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/futex-lock-pi.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/futex-lock-pi.c')
-rw-r--r--tools/perf/bench/futex-lock-pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-lock-pi.c b/tools/perf/bench/futex-lock-pi.c
index c5d6d0abbaa9..d0cae8125423 100644
--- a/tools/perf/bench/futex-lock-pi.c
+++ b/tools/perf/bench/futex-lock-pi.c
@@ -14,10 +14,10 @@
14#include <linux/kernel.h> 14#include <linux/kernel.h>
15#include <linux/zalloc.h> 15#include <linux/zalloc.h>
16#include <errno.h> 16#include <errno.h>
17#include <internal/cpumap.h>
17#include <perf/cpumap.h> 18#include <perf/cpumap.h>
18#include "bench.h" 19#include "bench.h"
19#include "futex.h" 20#include "futex.h"
20#include "cpumap.h"
21 21
22#include <err.h> 22#include <err.h>
23#include <stdlib.h> 23#include <stdlib.h>