diff options
Diffstat (limited to 'tools/perf/util/setns.c')
-rw-r--r-- | tools/perf/util/setns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/util/setns.c b/tools/perf/util/setns.c index ce8fc290fce8..48f9c0af63b2 100644 --- a/tools/perf/util/setns.c +++ b/tools/perf/util/setns.c | |||
@@ -1,4 +1,6 @@ | |||
1 | #include "util.h" | 1 | // SPDX-License-Identifier: LGPL-2.1 |
2 | |||
3 | #include "namespaces.h" | ||
2 | #include <unistd.h> | 4 | #include <unistd.h> |
3 | #include <sys/syscall.h> | 5 | #include <sys/syscall.h> |
4 | 6 | ||