aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/futex-requeue.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/futex-requeue.c')
-rw-r--r--tools/perf/bench/futex-requeue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-requeue.c b/tools/perf/bench/futex-requeue.c
index 75d3418c1a88..a00a6891447a 100644
--- a/tools/perf/bench/futex-requeue.c
+++ b/tools/perf/bench/futex-requeue.c
@@ -20,10 +20,10 @@
20#include <linux/kernel.h> 20#include <linux/kernel.h>
21#include <linux/time64.h> 21#include <linux/time64.h>
22#include <errno.h> 22#include <errno.h>
23#include <internal/cpumap.h>
23#include <perf/cpumap.h> 24#include <perf/cpumap.h>
24#include "bench.h" 25#include "bench.h"
25#include "futex.h" 26#include "futex.h"
26#include "cpumap.h"
27 27
28#include <err.h> 28#include <err.h>
29#include <stdlib.h> 29#include <stdlib.h>