diff options
| author | Christian Brauner <brauner@kernel.org> | 2026-07-02 10:00:11 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-07-02 10:00:11 +0200 |
| commit | a7e0fe3926146d26cceb6ff3479f682247d8d94a (patch) | |
| tree | 8608bdddbc51fd625549fe46bd6d2df345bd1c39 /tools/testing | |
| parent | df411571131f46504ea2cc63449422f24772c6c2 (diff) | |
| parent | b736449288972c6071c820596ef9a7d6ac73a8ae (diff) | |
| download | linux-next-a7e0fe3926146d26cceb6ff3479f682247d8d94a.tar.gz linux-next-a7e0fe3926146d26cceb6ff3479f682247d8d94a.zip | |
Merge branch 'vfs-7.3.misc' into vfs.all
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/proc/proc-pidns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/proc/proc-pidns.c b/tools/testing/selftests/proc/proc-pidns.c index 25b9a2933c45..6f7c10fe97b3 100644 --- a/tools/testing/selftests/proc/proc-pidns.c +++ b/tools/testing/selftests/proc/proc-pidns.c @@ -6,6 +6,7 @@ #include <assert.h> #include <errno.h> +#include <fcntl.h> #include <sched.h> #include <stdbool.h> #include <stdlib.h> |
