summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-bench.c')
-rw-r--r--tools/perf/builtin-bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-bench.c b/tools/perf/builtin-bench.c
index 334c77ffc1d9..b8e7c38ef221 100644
--- a/tools/perf/builtin-bench.c
+++ b/tools/perf/builtin-bench.c
@@ -17,7 +17,6 @@
17 * epoll ... Event poll performance 17 * epoll ... Event poll performance
18 */ 18 */
19#include "perf.h" 19#include "perf.h"
20#include "util/util.h"
21#include <subcmd/parse-options.h> 20#include <subcmd/parse-options.h>
22#include "builtin.h" 21#include "builtin.h"
23#include "bench/bench.h" 22#include "bench/bench.h"
@@ -26,6 +25,7 @@
26#include <stdlib.h> 25#include <stdlib.h>
27#include <string.h> 26#include <string.h>
28#include <sys/prctl.h> 27#include <sys/prctl.h>
28#include <linux/zalloc.h>
29 29
30typedef int (*bench_fn_t)(int argc, const char **argv); 30typedef int (*bench_fn_t)(int argc, const char **argv);
31 31