diff options
Diffstat (limited to 'tools/perf/util/cloexec.c')
-rw-r--r-- | tools/perf/util/cloexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/cloexec.c b/tools/perf/util/cloexec.c index 4e904fcb2783..a12872f2856a 100644 --- a/tools/perf/util/cloexec.c +++ b/tools/perf/util/cloexec.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include <errno.h> | 2 | #include <errno.h> |
3 | #include <sched.h> | 3 | #include <sched.h> |
4 | #include "util.h" | 4 | #include "util.h" // for sched_getcpu() |
5 | #include "../perf-sys.h" | 5 | #include "../perf-sys.h" |
6 | #include "cloexec.h" | 6 | #include "cloexec.h" |
7 | #include "event.h" | 7 | #include "event.h" |