aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/task-exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/task-exit.c')
-rw-r--r--tools/perf/tests/task-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/task-exit.c b/tools/perf/tests/task-exit.c
index f610e8c0a083..088c7708b03a 100644
--- a/tools/perf/tests/task-exit.c
+++ b/tools/perf/tests/task-exit.c
@@ -4,12 +4,12 @@
4#include "evsel.h" 4#include "evsel.h"
5#include "target.h" 5#include "target.h"
6#include "thread_map.h" 6#include "thread_map.h"
7#include "cpumap.h"
8#include "tests.h" 7#include "tests.h"
9 8
10#include <errno.h> 9#include <errno.h>
11#include <signal.h> 10#include <signal.h>
12#include <linux/string.h> 11#include <linux/string.h>
12#include <perf/cpumap.h>
13#include <perf/evlist.h> 13#include <perf/evlist.h>
14 14
15static int exited; 15static int exited;